From eefd703bd9545f6b19d9dc6ccdf2c8a62ec6b071 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Tue, 31 Jul 2018 13:50:09 -0400 Subject: [PATCH] Wiki option removal on setup script The wiki is not ready for prime time at this point. --- Setup_Linux_Mac.sh | 5 +++-- Setup_Windows.cmd | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Setup_Linux_Mac.sh b/Setup_Linux_Mac.sh index 4bc2a1a..8f7afbe 100755 --- a/Setup_Linux_Mac.sh +++ b/Setup_Linux_Mac.sh @@ -414,8 +414,9 @@ An easy to run RSC private server environment using Docker magic. Choices: ${RED}1${NC} - Single player RSC game + basic database editing (using PHPMyAdmin) - ${RED}2${NC} - Game + Website + PHPMyAdmin - ${RED}3${NC} - Game + Website + PHPMyAdmin + RSC Preservation Wiki + ${RED}2${NC} - Game + Website + PHPMyAdmin" + #${RED}3${NC} - Game + Website + PHPMyAdmin + RSC Preservation Wiki +echo " Which of the above do you want? Type 1, 2, or 3, and press enter." echo "" diff --git a/Setup_Windows.cmd b/Setup_Windows.cmd index d281777..fd6dacb 100644 --- a/Setup_Windows.cmd +++ b/Setup_Windows.cmd @@ -208,7 +208,6 @@ echo: IF /i "%edition%"=="1" goto game IF /i "%edition%"=="2" goto gameweb -IF /i "%edition%"=="3" goto gamewebwiki echo Error! %edition% is not a valid option. Press enter to try again." echo: