diff --git a/scripts/sysupdate b/scripts/sysupdate index a315bc6..3b1c72b 100755 --- a/scripts/sysupdate +++ b/scripts/sysupdate @@ -23,6 +23,7 @@ end local function run_bg(args) run [[paru -Syu --noconfirm]] run [[rustup update]] + run [[fw sync]] end -- if "bg" was passed as argument, only run uninteractive commands