summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-28 11:27:12 +0000
committerXiao Pan <gky44px1999@gmail.com>2023-12-28 11:27:12 +0000
commit378780552dd95ef0e9da5a4cb968aa7c15113fbf (patch)
treefe5557c4fec4d2a9487b8898ddd88236ca90114e /home/xyz/.local/bin
parentb3caf0e671fb7db39746e47534ea9440e1ccfd18 (diff)
update
Diffstat (limited to 'home/xyz/.local/bin')
-rwxr-xr-xhome/xyz/.local/bin/upd1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index a228c6d0..d9154983 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -23,6 +23,7 @@ misc () {
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 | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)"
# part steal from aur comment