Combination of Single Player and Dev repo work, fixes
This commit is contained in:
10
first-time-setup-linux.sh
Executable file
10
first-time-setup-linux.sh
Executable 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
|
||||
Reference in New Issue
Block a user