Add Pop_OS! tiling feature 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:
parent
e8191e46bf
commit
42316f0b2b
|
|
@ -72,6 +72,8 @@ if [[ $INSTALL_TYPE == "FULL" ]]; then
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://github.com/stojshic/dotfiles-openbox
|
git clone https://github.com/stojshic/dotfiles-openbox
|
||||||
./dotfiles-openbox/install-titus.sh
|
./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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue