1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add rustup update

This commit is contained in:
Mo 2022-10-16 17:21:26 +02:00
parent 2197fc6e6e
commit 0013ea1d91

View file

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