Remove redundant lines

This commit is contained in:
clsty
2024-04-29 08:17:03 +08:00
parent 38ee4e3e4c
commit ce53a1f326
-12
View File
@@ -116,18 +116,6 @@ case $SKIP_PYMYC_AUR in
;;
esac
case $SKIP_GRADIENCE_AUR in
true) sleep 0;;
*)
if $ask;then
v $AUR_HELPER -S --answerclean=a
else
v $AUR_HELPER -S --answerclean=a --noconfirm gradience-git
fi
;;
esac
## Optional dependencies
if pacman -Qs ^plasma-browser-integration$ ;then SKIP_PLASMAINTG=true;fi
case $SKIP_PLASMAINTG in