Prevent gnome-shell
from breaking
This commit is contained in:
parent
c8507ba63e
commit
562c029ce8
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ 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