Prevent gnome-shell from breaking

This commit is contained in:
Manuel Thalmann 2023-01-12 15:56:58 +01:00
parent 95d834cf5e
commit a818e91dde

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"