Revert to installing steam as a .deb package

Flatpak seems to complicate Steam's execution of Proton
This commit is contained in:
Josh.5
2023-07-17 12:35:28 +12:00
parent 23c5df2996
commit 659bde74f5
8 changed files with 49 additions and 107 deletions

View File

@@ -26,8 +26,6 @@ if [[ "${is_privileged}" == "true" ]]; then
echo "**** Configure container to run udev management ****";
# Enable supervisord script
sed -i 's|^autostart.*=.*$|autostart=true|' /etc/supervisor.d/udev.ini
# Make startup script executable
chmod +x /usr/bin/start-udev.sh
# Configure udev permissions
if [[ -f /lib/udev/rules.d/60-steam-input.rules ]]; then
sed -i 's/MODE="0660"/MODE="0666"/' /lib/udev/rules.d/60-steam-input.rules