From ed04490656974340d0d7179545c9656c5e8f10b1 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 17 Nov 2022 15:20:48 +0100 Subject: [PATCH] Install missing dependency --- scripts/PopOS/software/gnome-extensions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/PopOS/software/gnome-extensions.sh b/scripts/PopOS/software/gnome-extensions.sh index 5309a9f4..fea8fceb 100755 --- a/scripts/PopOS/software/gnome-extensions.sh +++ b/scripts/PopOS/software/gnome-extensions.sh @@ -4,6 +4,7 @@ extensionLocation=/usr/share/gnome-shell/extensions workingDirectory=$(pwd) contextRoot=$(mktemp -d) cd "$contextRoot" +sudo apt install -y jq wget -O "$commandName" "https://github.com/brunelli/gnome-shell-extension-installer/raw/master/gnome-shell-extension-installer" sudo install "$commandName" /usr/local/bin