Remove exec from update script
This commit is contained in:
@@ -37,8 +37,8 @@ fi
|
|||||||
# Update commands per OS
|
# Update commands per OS
|
||||||
case $OS in
|
case $OS in
|
||||||
Fedora\ Linux)
|
Fedora\ Linux)
|
||||||
exec dnf upgrade --refresh;
|
dnf upgrade --refresh;
|
||||||
exec flatpak update --assumeyes;
|
flatpak update --assumeyes;
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Cannot update system with OS: " $OS
|
echo "Cannot update system with OS: " $OS
|
||||||
|
|||||||
Reference in New Issue
Block a user