Merge pull request #220 from GermanBread/master

Remove "remove this script" promp
This commit is contained in:
JeanOUINA 2021-03-19 17:14:47 +01:00 committed by GitHub
commit 0436ac7cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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