From a916f39d177383dde334579d9a0e8ed63ceed1ef Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 31 Mar 2024 08:49:01 +0800 Subject: [PATCH] Auto skip when exists for plasma intg --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a7ed8dc4..848906fb 100755 --- a/install.sh +++ b/install.sh @@ -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;; *)