mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-15 22:43:02 +01:00
add fw sync to sysupdate script
This commit is contained in:
parent
aeb88f5277
commit
2472b2ceeb
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ end
|
||||||
local function run_bg(args)
|
local function run_bg(args)
|
||||||
run [[paru -Syu --noconfirm]]
|
run [[paru -Syu --noconfirm]]
|
||||||
run [[rustup update]]
|
run [[rustup update]]
|
||||||
|
run [[fw sync]]
|
||||||
end
|
end
|
||||||
|
|
||||||
-- if "bg" was passed as argument, only run uninteractive commands
|
-- if "bg" was passed as argument, only run uninteractive commands
|
||||||
|
|
Loading…
Reference in a new issue