Install missing dependency
This commit is contained in:
parent
9aea865f77
commit
c321c708e5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ extensionLocation=/usr/share/gnome-shell/extensions
|
||||||
workingDirectory=$(pwd)
|
workingDirectory=$(pwd)
|
||||||
contextRoot=$(mktemp -d)
|
contextRoot=$(mktemp -d)
|
||||||
cd "$contextRoot"
|
cd "$contextRoot"
|
||||||
|
sudo apt install -y jq
|
||||||
|
|
||||||
wget -O "$commandName" "https://github.com/brunelli/gnome-shell-extension-installer/raw/master/gnome-shell-extension-installer"
|
wget -O "$commandName" "https://github.com/brunelli/gnome-shell-extension-installer/raw/master/gnome-shell-extension-installer"
|
||||||
sudo install "$commandName" /usr/local/bin
|
sudo install "$commandName" /usr/local/bin
|
||||||
|
|
Loading…
Reference in a new issue