Skip to content

Commit

Permalink
feat(ujust): add install-boxtron (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfyreload authored May 19, 2024
1 parent e70ed0a commit 54b8ced
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ install-emudeck:
chmod +x $HOME/Desktop/EmuDeck.AppImage
fi

# Install Boxtron, a Steam Play compatibility tool to run DOS games using native Linux DOSBox
install-boxtron: distrobox-check-fedora
distrobox enter -n fedora -- bash -c '\
sudo dnf install dosbox-staging inotify-tools timidity++ fluid-soundfont-gm -y && \
cd ~/.steam/root/compatibilitytools.d/ && \
curl -L https://github.com/dreamer/boxtron/releases/download/v0.5.4/boxtron.tar.xz | tar xJf - && \
distrobox-export --bin /usr/bin/dosbox'

alias get-wootility := install-wootility

# Install Wootility for configuring Wooting Keyboards
Expand Down

0 comments on commit 54b8ced

Please sign in to comment.