12 lines
339 B
Bash
Executable File
12 lines
339 B
Bash
Executable File
# 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
|
|
"./Linux_Installer.sh"
|