Install missing dependency

This commit is contained in:
Manuel Thalmann 2022-11-17 15:20:48 +01:00
parent 23f4db29a2
commit ed04490656

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