summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-28 11:26:38 +0000
committerXiao Pan <gky44px1999@gmail.com>2023-12-28 11:26:38 +0000
commit6e6eaa956376e1d58bbc204ebeac8a5c9b6760b2 (patch)
treec33d5a258eeb806bf9afb40ea80038b393ed1386 /home
parentb2d186d58c4471564dccf1ed30899251ba1a786c (diff)
update
Diffstat (limited to 'home')
-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 68c9fb39..c1490a9b 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -29,6 +29,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