mirror of
https://github.com/ShadowBlip/OpenGamepadUI.git
synced 2025-12-19 08:25:55 +01:00
Fix lack of executable permissions on update_systemd_ext.sh
This commit is contained in:
committed by
William Edwards
parent
0f1e3b4da5
commit
3317d91ec0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user