ADD Enter your user password

This commit is contained in:
2022-11-09 10:33:28 +01:00
parent 331a85db46
commit 4d7b83901b

View File

@@ -31,6 +31,14 @@ APTSELECTED=$(whiptail --title "Software Packages" --checklist --separate-output
# START RUN ############################################################################################################################################ # 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.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common"
#sudo sh -c "echo 'Xcursor.size: 22' >> /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 # Not for production version
#read -p "Troubleshooting - Press a key to continue the installation." #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 # APT Update + install git
sudo apt update && sudo apt install -y git sudo apt update && sudo apt install -y git