Prevent gnome-shell from breaking

This commit is contained in:
Manuel Thalmann 2023-01-12 15:56:58 +01:00
parent c8507ba63e
commit 562c029ce8

View file

@ -25,7 +25,6 @@ do
uuid=$(jq -r '.uuid' "$unzipLocation/metadata.json")
sudo chmod -R +r "$extensionLocation/$uuid"
killall -SIGQUIT gnome-shell
gnome-extensions enable "$uuid"
cd "$workingDirectory"