diff options
Diffstat (limited to 'scripts/install-extension')
| -rwxr-xr-x | scripts/install-extension | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-extension b/scripts/install-extension index 2d42288..e32e9da 100755 --- a/scripts/install-extension +++ b/scripts/install-extension @@ -14,7 +14,7 @@ fi ln -s "$root/extension" "$destination" cd "$root" -uv run python - "$uuid" <<'PY' +/usr/bin/python - "$uuid" <<'PY' import sys from gi.repository import Gio |
