Browse Source

enable pop shell

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

2
install_ubuntu.sh

@ -60,6 +60,8 @@ popshell() {
mkdir -p "$HOME/repos"
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
}
meetings() {

Loading…
Cancel
Save