Linux_Simple_Cloner.sh 352 B

12345678910111213
  1. # Open RSC: A replica RSC private server framework
  2. #
  3. # Installs and updates Open RSC
  4. #
  5. # Install with this command (from your Linux machine):
  6. #
  7. # curl -sSL https://raw.githubusercontent.com/Open-RSC/Game/master/Linux_Simple_Cloner.sh | bash
  8. sudo git clone https://github.com/Open-RSC/Game.git
  9. cd Game
  10. sudo chmod -R 777 .
  11. "./Linux_Simple_Installer.sh"