diff --git a/install.sh b/install.sh index 4355336..91f9c95 100644 --- a/install.sh +++ b/install.sh @@ -31,6 +31,14 @@ APTSELECTED=$(whiptail --title "Software Packages" --checklist --separate-output # START RUN ############################################################################################################################################ +clear + +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " Enter your user password, to continue if necessary" +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" + #sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common" #sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common" @@ -40,14 +48,6 @@ sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non # Not for production version #read -p "Troubleshooting - Press a key to continue the installation." -clear - -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" -echo " " -echo " Enter your user password, to continue if necessary" -echo " " -echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" - # APT Update + install git sudo apt update && sudo apt install -y git