Auto skip when exists for plasma intg

This commit is contained in:
clsty 2024-03-31 08:49:01 +08:00
parent 9ad16495f4
commit a916f39d17

View file

@ -90,6 +90,7 @@ else
fi
## Optional dependencies
if pacman -Qs ^plasma-browser-integration$ ;then SKIP_PLASMAINTG=true;fi
case $SKIP_PLASMAINTG in
true) sleep 0;;
*)