diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-28 11:27:12 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-28 11:27:12 +0000 |
commit | 378780552dd95ef0e9da5a4cb968aa7c15113fbf (patch) | |
tree | fe5557c4fec4d2a9487b8898ddd88236ca90114e /home/xyz/.local/bin | |
parent | b3caf0e671fb7db39746e47534ea9440e1ccfd18 (diff) |
update
Diffstat (limited to 'home/xyz/.local/bin')
-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 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 |