diff --git a/Linux_Cloner.sh b/Linux_Cloner.sh new file mode 100755 index 0000000..77d1088 --- /dev/null +++ b/Linux_Cloner.sh @@ -0,0 +1,12 @@ +# 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 + +cd / +sudo git clone https://github.com/Marwolf/Docker-Home.git +cd /Docker-Home +"./Linux_Installer.sh" diff --git a/Linux_Installer.sh b/Linux_Installer.sh index 380ccee..ec6452a 100755 --- a/Linux_Installer.sh +++ b/Linux_Installer.sh @@ -1,5 +1,5 @@ -#!/usr/bin/env bash -# shellcheck disable=SC1090 +#!/bin/bash +exec 0/dev/null -cd Docker-Home - - -clear choice="" RED=`tput setaf 1` GREEN=`tput setaf 2` diff --git a/README.md b/README.md index 7acd7f7..fe9c57c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Install with this command (from your Linux machine): - curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Installer.sh | bash + curl -sSL https://raw.githubusercontent.com/Open-RSC/Docker-Home/master/Linux_Cloner.sh | bash [Return to top](#top) ___