Files
Open-RSC-Docker-Home/Linux_Cloner.sh
2018-08-22 11:08:33 -04:00

17 lines
375 B
Bash
Executable File

#!/bin/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
choice=""
cd /
sudo git clone https://github.com/Open-RSC/Docker-Home.git &>/dev/null
cd Docker-Home
./Linux_Installer