sysupdate: move toolchain updates before system update

This commit is contained in:
LordMZTE 2023-11-29 22:27:01 +01:00
parent b8a3ba7697
commit 807604c820
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -18,11 +18,11 @@
(unless (apply system* exepath args)
(set! failures (cons argv failures)))]))
(cmd "zupper" "update")
(cmd "rustup" "update")
(apply cmd (if (noint)
'("paru" "-Syu" "--noconfirm")
'("paru" "-Syu")))
(cmd "zupper" "update")
(cmd "rustup" "update")
(cmd "update-nvim-plugins")
(cmd "tldr" "--update")