From 6cbd3a3f0f637d95cfabe55b3eb99e64b7c42216 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Fri, 27 Jan 2023 23:08:44 -0500 Subject: [PATCH] enable pop shell --- install_ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index e294844..70e2094 100755 --- a/install_ubuntu.sh +++ b/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() {