mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
Merge pull request #220 from GermanBread/master
Remove "remove this script" promp
This commit is contained in:
commit
0436ac7cad
20
LULI.sh
20
LULI.sh
@ -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
|
Loading…
x
Reference in New Issue
Block a user