Remove redundant lines

This commit is contained in:
clsty 2024-04-29 08:17:03 +08:00
parent 8b7d332245
commit 70c1f16331

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