Fix lack of executable permissions on update_systemd_ext.sh

This commit is contained in:
Dominic Bird
2025-02-25 19:49:54 +00:00
committed by William Edwards
parent 0f1e3b4da5
commit 3317d91ec0

View File

@@ -127,6 +127,7 @@ fi
chown $SUDO_USER "${USER_DIR}/.config/systemd/user/systemd-sysext-updater.service"
curl -L https://raw.githubusercontent.com/ShadowBlip/OpenGamepadUI/main/rootfs/usr/share/opengamepadui/scripts/update_systemd_ext.sh -o "${USER_DIR}/.local/bin/update_systemd_ext.sh"
chown $SUDO_USER "${USER_DIR}/.local/bin/update_systemd_ext.sh"
chmod +x "${USER_DIR}/.local/bin/update_systemd_ext.sh"
echo "45"
echo "# Installing OpenGamepadUI extension"