From 5dd20583b8b759b535ae86b18b1cc733225ad2da Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 28 Oct 2023 21:00:31 +0200 Subject: [update] add rust --- .local/bin/update | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.local/bin/update') diff --git a/.local/bin/update b/.local/bin/update index 990f0cc..f49de9a 100755 --- a/.local/bin/update +++ b/.local/bin/update @@ -3,6 +3,7 @@ """ nvim '+PlugUpdate' sudo pacman -Syu +rustup update aur sync -unr nix-channel --update && nix-env -u """ @@ -56,6 +57,9 @@ try: for command in commands_noconfirm: command() + log('Running `rustup update`...') + subprocess.run(['rustup', 'update']) + log('Running `nix-channel --update`...') subprocess.run(['nix-channel', '--update']) -- cgit v1.2.3