Skip to content

Commit

Permalink
fix: gnome user extensions toggle doesn't require run0 (secureblue#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Nov 28, 2024
1 parent 55bbadf commit 1fbede8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/justfiles/toggles.just
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ toggle-gnome-jit-js:

# Toggle support for using GNOME user extensions
toggle-gnome-extensions:
#! /bin/run0 /bin/bash
#!/usr/bin/bash
GSETTING="$(gsettings get org.gnome.shell allow-extension-installation)"
if [[ "${GSETTING}" == "false" ]]; then
gsettings set org.gnome.shell allow-extension-installation true
Expand Down

0 comments on commit 1fbede8

Please sign in to comment.