Update startup.sh

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

View File

@ -1,6 +1,6 @@
#!/bin/sh
echo "Installing Debian 10 over current OS"
echo "Installing Debian 11 over current OS"
sudo apt install curl -y
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh