added end cleanup

This commit is contained in:
RP1 2024-12-25 23:04:20 +01:00
parent dbc04f5d57
commit bd298db02b

View file

@ -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'