diff --git a/install.sh b/install.sh index 99d2540..7b4cb79 100755 --- a/install.sh +++ b/install.sh @@ -58,6 +58,9 @@ uninstall () { } update () { + # To monitor number of downloads/updates + curl https://g2games.dev/Assets/counter/counter.php + tput rc el ed echo "Updating..." tput sc @@ -131,6 +134,9 @@ fi if ! grep -qs 'bash ~/.welcome/welcome.sh' $bashrc && ! grep -qs 'zsh ~/.welcome/welcome.sh' $zshrc && ! grep -qs 'bash /home/$USER/.welcome/welcome.sh' $bashrc && ! grep -qs 'zsh /home/$USER/.welcome/welcome.sh' $zshrc; then #==== Execute if first time installing...====# + # To monitor number of downloads/updates + curl https://g2games.dev/Assets/counter/counter.php + tput rc echo "Welcome! Installing v$version in $environment..." tput sc