Program to set up oneshot steam on linux
Find a file
yuki ea6b68ff9b fix issue
:3

Signed-off-by: yuki <yuki@possum.city>
2023-11-10 00:02:59 +01:00
fix_libs.sh fix issue 2023-11-10 00:02:59 +01:00
install Update install 2023-01-03 15:47:46 -05:00
journal.sh niko is cute 2023-01-03 15:04:52 -05:00
LICENSE Initial commit 2023-01-03 14:33:00 -05:00
onejournal Update onejournal 2023-01-03 15:49:06 -05:00
README.md Update README.md 2023-01-03 16:03:47 -05:00

Credits to RedstoneRuler and CaveJohnson for creating the original patch.

Installing OneShot on Linux

If you're using a Linux-based operating system, the Steam version of OneShot won't work out of the box. You can use this small program to patch OneShot.

This guide assumes you have the Steam version of OneShot already installed, and that your system is properly configured and up-to-date.

Install git

To download this program, you'll need to install a program called git. Install git using your distribution's native package manager.

Debian, Ubuntu, Mint, and derivatives

sudo apt install git

Arch, Manjaro, and derivatives

sudo pacman -S git

Fedora, and derivatives

sudo dnf install git

OpenSuse, and derivatives

sudo zypper in git

Patch OneShot

Finally, to patch OneShot, run the following command:

git clone https://github.com/Mizosu97/oneshot_linux && cd oneshot_linux && chmod +x install && ./install

When you get to the part where you need to use the clover app, run the onejournal command in your terminal instead.