Kill gnome-shell
before installing extension
This commit is contained in:
parent
be35b5f750
commit
5b7f9fd245
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ do
|
||||||
uuid=$(jq -r '.uuid' "$unzipLocation/metadata.json")
|
uuid=$(jq -r '.uuid' "$unzipLocation/metadata.json")
|
||||||
|
|
||||||
sudo chmod -R +r "$extensionLocation/$uuid"
|
sudo chmod -R +r "$extensionLocation/$uuid"
|
||||||
|
killall -SIGQUIT gnome-shell
|
||||||
gnome-extensions enable "$uuid"
|
gnome-extensions enable "$uuid"
|
||||||
|
|
||||||
cd "$workingDirectory"
|
cd "$workingDirectory"
|
||||||
|
|
Loading…
Reference in a new issue