diff --git a/scripts/update.fish b/scripts/update.fish index f7ca888..0eb22ad 100755 --- a/scripts/update.fish +++ b/scripts/update.fish @@ -6,4 +6,4 @@ sudo dnf autoremove; or return 1 podman auto-update; or return 1 -sudo dnf needs-restarting -r; or systemctl reboot +sudo dnf needs-restarting -r; or sudo systemctl reboot