Browse Source

pop shell custom build

master
Juni Kim 2 years ago
parent
commit
a56aa58045
  1. 6
      install_ubuntu.sh

6
install_ubuntu.sh

@ -61,7 +61,11 @@ popshell() {
sudo apt install git node-typescript make -y
git clone https://github.com/pop-os/shell.git "$HOME/repos/shell"
cd "$HOME/repos/shell" || exit 1
make local-install && gnome-extensions enable pop-shell@system76.com
make depcheck
make compile
make install
make configure
gnome-extensions enable pop-shell@system76.com
}
meetings() {

Loading…
Cancel
Save