clear + file move

This commit is contained in:
2022-11-09 10:10:37 +01:00
parent 43f6546684
commit 37cf243d80
24 changed files with 8 additions and 0 deletions

View File

@@ -22,6 +22,14 @@ 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