add fw sync to sysupdate script

This commit is contained in:
LordMZTE 2021-09-17 00:24:45 +02:00
parent aeb88f5277
commit 2472b2ceeb

View file

@ -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