Add Pop_OS! tiling to full GNOME installations

The Pop_OS! tiling feature is now installed via AUR if the user selects a full installation of the GNOME desktop environment.
This commit is contained in:
outerelocarlos 2022-04-22 03:19:52 +02:00
parent ee9b77af8d
commit 48346677d0
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,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