mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add rustup update
This commit is contained in:
parent
2197fc6e6e
commit
0013ea1d91
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def update_flatpak():
|
|||
|
||||
|
||||
def update_cargo():
|
||||
lines = cap_live_lines("cargo install-update -a")
|
||||
lines = cap_live_lines("rustup update && cargo install-update -a")
|
||||
|
||||
if "no packages need updating" not in lines[-2].lower():
|
||||
press_to_exit()
|
||||
|
|
Loading…
Reference in a new issue