From 70c1f1633121c11b9d4d83e00cd948d1d77edee1 Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 29 Apr 2024 08:17:03 +0800 Subject: [PATCH] Remove redundant lines --- install.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/install.sh b/install.sh index 6be2cd43..39283751 100755 --- a/install.sh +++ b/install.sh @@ -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