Update startup.sh

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-03-18 15:07:43 +05:30 committed by GitHub
parent b042781e7d
commit 13829816c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
echo "Installing Debian 10 oven current OS"
echo "Installing Debian 10 over current OS"
sudo apt install curl -y
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh
sudo ./debi.sh --version 10 --user root --password "N8@bJggX%fdsJG"
echo "Ready to restart"
sudo shutdown -r now
sudo shutdown -r now