Skip to content

Commit

Permalink
Merge pull request #4 from ButterscotchV/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
lordbagel42 authored Nov 26, 2022
2 parents 1e69d82 + 6a9a8ca commit db0cce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ This is an installer for the SlimeVR Server, which allows you to use phones, sli
apt update
termux-change-repo # SELECT MAIN THEN BFSU.
apt install openssl wget
wget https://github.com/lordbagel42/slimevr-termux-installer/releases/download/v0.2.1/install.sh && chmod +x install.sh && ./install.sh
wget https://github.com/lordbagel42/slimevr-termux-installer/releases/latest/download/install.sh && chmod +x install.sh && ./install.sh
```
5. Go to https://beta.slimevr-gui.bscotch.ca/ on the device with the server.
5. Go to https://beta-slimevr-gui.bscotch.ca/ on the device with the server.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkg install openjdk-17 -y

wget https://github.com/SlimeVR/SlimeVR-Server/releases/download/v0.4.0/slimevr.jar
wget https://github.com/SlimeVR/SlimeVR-Server/releases/latest/download/slimevr.jar

echo "Installed, run with java -jar slimevr.jar"

Expand Down

0 comments on commit db0cce7

Please sign in to comment.