diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-28 11:26:38 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-28 11:26:38 +0000 |
commit | 6e6eaa956376e1d58bbc204ebeac8a5c9b6760b2 (patch) | |
tree | c33d5a258eeb806bf9afb40ea80038b393ed1386 /home | |
parent | b2d186d58c4471564dccf1ed30899251ba1a786c (diff) |
update
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/upd | 1 |
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 |