diff --git a/scripts/2-user.sh b/scripts/2-user.sh index 44b4c58..7ebd334 100755 --- a/scripts/2-user.sh +++ b/scripts/2-user.sh @@ -72,6 +72,8 @@ if [[ $INSTALL_TYPE == "FULL" ]]; then cd ~ git clone https://github.com/stojshic/dotfiles-openbox ./dotfiles-openbox/install-titus.sh + elif [[ [ $DESKTOP_ENV == "gnome" ] && [ ! $AUR_HELPER == none ] ]]; then + $AUR_HELPER -S --noconfirm --needed gnome-shell-extension-pop-shell fi fi