Install missing dependency

This commit is contained in:
Manuel Thalmann 2022-11-17 15:20:48 +01:00
parent 9aea865f77
commit c321c708e5

View file

@ -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