Skip to content

Commit

Permalink
fix(sysext-updater): update extensions location
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Apr 29, 2023
1 parent d19b443 commit d884bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/lib/systemd/user/systemd-sysext-updater.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=multi-user.target

[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c "cd ~/.var/extensions && rm -rf squashfs-root && unsquashfs opengamepadui.raw && grep '^ID=' /etc/os-release > squashfs-root/usr/lib/extension-release.d/extension-release.opengamepadui && grep '^VERSION_ID=' /etc/os-release >> squashfs-root/usr/lib/extension-release.d/extension-release.opengamepadui && rm opengamepadui.raw && mksquashfs squashfs-root opengamepadui.raw"
ExecStart=/usr/bin/bash -c "cd ~/.var/lib/extensions && rm -rf squashfs-root && unsquashfs opengamepadui.raw && grep '^ID=' /etc/os-release > squashfs-root/usr/lib/extension-release.d/extension-release.opengamepadui && grep '^VERSION_ID=' /etc/os-release >> squashfs-root/usr/lib/extension-release.d/extension-release.opengamepadui && rm opengamepadui.raw && mksquashfs squashfs-root opengamepadui.raw"

[Install]
WantedBy=default.target

0 comments on commit d884bd6

Please sign in to comment.