change y for n in debbased

master
Can202 2021-06-12 13:53:42 -04:00
parent 12ee33d8ae
commit ebef19ca87
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ fi
echo "this script works on Debian, Ubuntu, Linux Mint, etc. (apt)"
echo "continue?(y/n)"
read debbased
if [ $debbased = y ]
if [ $debbased = n ]
then
echo abort
exit