Temporarily block Sooperlooper git as its abandonment is causing dependency issues, TODO create a ignorepkg file that can be user edited to replace this

This commit is contained in:
2025-06-18 06:28:23 -05:00
parent 7a5bb393db
commit ab3886619f

View File

@@ -28,7 +28,7 @@ if [ -z $(which pacdiff) ]; then
fi
#Create list of -git packages from the aur
gitlist=$(pacman -Qqm | grep git | grep -v debug)
gitlist=$(pacman -Qqm | grep git | grep -v debug | grep -v sooperlooper-git)
#Run normal repo updates
echo "Running sudo pacman -Syu to update repo packages"