Update startup.sh

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-06-21 16:15:34 +05:30 committed by GitHub
parent 5ce18d359f
commit 696d59f94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ sudo apt install curl -y
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
read -p "Enter your password: " password
sudo ./debi.sh --version 10 --user root --password "$password"
sudo ./debi.sh --version 11 --user root --password "$password"
echo "Ready to restart"
sudo shutdown -r now