From bfd552d5d16726549a5087851a6eff15590056e3 Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 15 May 2024 03:03:32 +0200 Subject: [PATCH] Fix rebooting --- scripts/update.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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