diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-08-02 15:30:11 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-08-02 15:30:11 -0700 |
commit | 946c60a4795cce72388846676cd6cf2cbd2115fd (patch) | |
tree | 0544f1dac5b99261aa35ec6d2228a2e7f09b60c1 /sh | |
parent | d7b14b02e6483662569429d01758a79a16c0114e (diff) |
uninstall libredwg-git
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ pac () { pacpacs="$(echo "$pacout" | grep -m1 '^Packages' | cut -d' ' -f3-)" # Update rust toolchains before paru so paru can compile things in newest rust if needed. [ "$hostname" = xyzinsp ] && rustup update - aurout="$(paru --color never --noconfirm -aSu --ignore libredwg-git | tee /dev/tty)" + aurout="$(paru --color never --noconfirm -aSu | tee /dev/tty)" aurpacs="$(echo "$aurout" | grep '^Aur' | cut -d' ' -f3-)" # /usr/share/libalpm/hooks/rebuild-detector.hook has a line `NeedsTargets` shows it maybe checkrebuild only upgraded packages by `printf 'zoom\nminiconda3' | checkrebuild` instead of maybe check all by `checkrebuild`, so I think query pacman hook will be faster than run another `checkrebuild` # notes about awk f=1 things see https://git.flylightning.xyz/public_archive_codes/tree/sh/mrt |