diff --git a/3progs.sh b/3progs.sh index 7de51e5..2d66d8f 100755 --- a/3progs.sh +++ b/3progs.sh @@ -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'