From fd27f34639a826a6e4865b69e0c1867c84d7e71c Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 1 Dec 2023 21:12:52 -0800 Subject: update --- home/xyz/.local/bin/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 86e7581a..869d4f2f 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -53,11 +53,11 @@ misc () { git -C "$XDG_DOCUMENTS_DIR/notes" pull git -C "$HOME/programs/reminders" pull pass git pull - rustup update } pac () { pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)" + rustup update aurpacs="$(paru --noconfirm -aSu | 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