And of course remove the prompt to delete the script. Because I'd never forget to do stuff like this.

This commit is contained in:
GermanBread 2021-03-19 17:11:59 +01:00
parent b91abe1034
commit ff01ee4d8f
1 changed files with 1 additions and 19 deletions

20
LULI.sh
View File

@ -299,22 +299,4 @@ case $method in
;;
esac
printf "Do you want to keep the install script? [y/N] "; # Ask if the script should delete itself
read a;
case $a in
y)
Info "Kept install script"
exit;
;;
Y)
Info "Kept install script"
exit;
;;
esac
# Useless, "sh -c" does this for us
# Remove the script
#rm LULI.sh;
#Info "Removed install script"
exit;
exit