diff --git a/bin/system-update b/bin/system-update index 300f929..bc97718 100755 --- a/bin/system-update +++ b/bin/system-update @@ -37,8 +37,8 @@ fi # Update commands per OS case $OS in Fedora\ Linux) - exec dnf upgrade --refresh; - exec flatpak update --assumeyes; + dnf upgrade --refresh; + flatpak update --assumeyes; ;; *) echo "Cannot update system with OS: " $OS