Files
Open-RSC-Docker-Home/Linux_Cloner.sh
Marwolf 29df528d3c Test
2018-08-22 11:17:05 -04:00

16 lines
380 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.sh"