summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-11-28 00:25:11 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-11-28 00:25:11 -0800
commitbf9e1f5fe87047368efe99b07efd9424b3a8243f (patch)
treecea5ba98462abb4349efb4804e0884e3f0e50ec1 /home/xyz/.local
parent164ddadd2bb4caf255166f29ebd453d9cee98513 (diff)
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-xhome/xyz/.local/bin/upd3
1 files changed, 2 insertions, 1 deletions
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