mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 05:22:08 +01:00
sysupdate: move toolchain updates before system update
This commit is contained in:
parent
b8a3ba7697
commit
807604c820
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue