12 lines
342 B
Bash
12 lines
342 B
Bash
# Open RSC: A replica RSC private server framework
|
|
#
|
|
# Installs and updates Open RSC
|
|
#
|
|
# Install with this command (from your Linux machine):
|
|
#
|
|
# curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Cloner.sh | bash
|
|
|
|
sudo git clone https://github.com/Open-RSC/Docker-Home.git
|
|
cd Docker-Home
|
|
"./v2_Linux_Installer.sh"
|