From bf9e1f5fe87047368efe99b07efd9424b3a8243f Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 28 Nov 2023 00:25:11 -0800 Subject: update --- home/xyz/.local/bin/upd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/xyz/.local') diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index fd8f4cdc..f61a69e2 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -82,11 +82,12 @@ misc () { git -C "$HOME/programs/reminders" commit --all -m 'update' git -C "$HOME/programs/reminders" push pass git push - rustup update } pac () { pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)" + # Update rust toolchains before paru so paru can compile things in newest rust if needed. + rustup update aurpacs="$(paru --noconfirm -aSu --ignore libredwg-git | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)" # part steal from aur comment # sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709 -- cgit v1.2.3-70-g09d2