From a075c700143321efd85ef9fb873cba65056a5109 Mon Sep 17 00:00:00 2001 From: RP1 Date: Sat, 14 Dec 2024 23:21:01 +0100 Subject: [PATCH] fixed the fix --- 3progs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/3progs.sh b/3progs.sh index c05a36f..dbe96e6 100755 --- a/3progs.sh +++ b/3progs.sh @@ -731,7 +731,6 @@ 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 @@ -763,4 +762,4 @@ zenity --progress \ else echo ${bold}${yellow}User exited the script. Ending!${normal} exit 0; -fi +fi \ No newline at end of file