forked from RP1/RaveMint
fixed the fix
This commit is contained in:
parent
b50cdadeca
commit
a075c70014
1 changed files with 1 additions and 2 deletions
|
@ -731,7 +731,6 @@ fi
|
||||||
|
|
||||||
if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
|
if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
|
||||||
zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100'
|
zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100'
|
||||||
fi
|
|
||||||
|
|
||||||
sudo rm /home/$USER/.config/autostart/3progs.sh.desktop
|
sudo rm /home/$USER/.config/autostart/3progs.sh.desktop
|
||||||
|
|
||||||
|
@ -763,4 +762,4 @@ zenity --progress \
|
||||||
else
|
else
|
||||||
echo ${bold}${yellow}User exited the script. Ending!${normal}
|
echo ${bold}${yellow}User exited the script. Ending!${normal}
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue