diff --git a/etc/skel/.config/autostart/setup-assistant.desktop b/etc/skel/.config/autostart/setup-assistant.desktop deleted file mode 100755 index 102707d..0000000 --- a/etc/skel/.config/autostart/setup-assistant.desktop +++ /dev/null @@ -1,19 +0,0 @@ -[Desktop Entry] -Categories=System;Monitor; -Comment= -Comment=Starts Garudas setup assistant -Exec=/usr/bin/setup-assistant && rm -rf ~/.config/autostart/setup-assistant.desktop -GenericName= -GenericName= -Icon=setup -MimeType= -Name=Setup Assistant -Path= -StartupNotify=false -Terminal=false -TerminalOptions= -Type=Application -X-DBUS-ServiceName= -X-DBUS-StartupType= -X-KDE-SubstituteUID=false -X-KDE-Username= diff --git a/usr/bin/setup-assistant b/usr/bin/setup-assistant index 2ec52e7..4d4ade4 100755 --- a/usr/bin/setup-assistant +++ b/usr/bin/setup-assistant @@ -251,7 +251,7 @@ fi if ! askYesNoQuestion "update" "Setup Assistant" "update" "Update the system? (recommended!)"; then # yy because we may have updated the mirrorlist in the last step - alacritty -e pkexec pacman "-Syyu" + alacritty -e pkexec bash -c "pacman -Syyu; read -p 'Press enter to continue'" fi if ! askYesNoQuestion "update" "Setup Assistant" "update" "Upgrade to Ultimate? (You can select which apps you want!)"; then