summaryrefslogtreecommitdiff
path: root/sh/upd
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2026-05-24 14:32:00 +0800
committerXiao Pan <xyz@flylightning.xyz>2026-05-24 14:32:00 +0800
commiteb7559e60877f2b41f771182e98a87982140b30b (patch)
tree6972080e6d16aebef0af883715e10cacc7cda8ca /sh/upd
parent7816fb3047a96b49953d0e3f6414edee22f3f843 (diff)
pp danctnix megapixels pkg fixed, not use flatpak megapixels any moreHEADmaster
Diffstat (limited to 'sh/upd')
-rwxr-xr-xsh/upd1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index 7e5a451..95e4c91 100755
--- a/sh/upd
+++ b/sh/upd
@@ -250,7 +250,6 @@ pac () {
[ "$hostname" = xyzinsp ] && rustup update
aurout="$(paru --color never -aSu | tee /dev/tty)"
aurpacs="$(echo "$aurout" | grep '^Aur' | cut -d' ' -f3-)"
- [ "$hostname" = xyzpp ] && sudo flatpak update -y
# /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
# about `/^(\(|:|=)/ {f=0}`: