mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Remove redundant lines
This commit is contained in:
parent
8b7d332245
commit
70c1f16331
1 changed files with 0 additions and 12 deletions
12
install.sh
12
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue