Combination of Single Player and Dev repo work, fixes

This commit is contained in:
Marwolf
2018-07-12 09:51:51 -04:00
parent e4031bcb97
commit e5a51c328a
117 changed files with 21621 additions and 77 deletions

10
first-time-setup-linux.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
clear
git pull
docker login
sudo make stop
sudo make start
sudo make clone
sudo make import
mkdir ~/OpenRSC
unzip Game/client/cache.zip -d ~/OpenRSC