added end cleanup
This commit is contained in:
parent
dbc04f5d57
commit
bd298db02b
1 changed files with 5 additions and 1 deletions
|
@ -675,7 +675,11 @@ fi
|
|||
if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
|
||||
zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100'
|
||||
fi
|
||||
sudo rm /home/$USER/.config/autostart/3progs.sh.desktop
|
||||
|
||||
# Cleanup
|
||||
|
||||
sudo rm /home/$USER/.config/autostart/3progs.sh.desktop
|
||||
sudo chown -R $USER:$GROUP /home/$USER/
|
||||
|
||||
|
||||
zenity --question --title='Restart required!' --text='Restart in 5 seconds?' --width='300' --height='100'
|
||||
|
|
Loading…
Reference in a new issue