From 771dee3a5f550b07ed30ebe8ef72c65e7858292c Mon Sep 17 00:00:00 2001 From: stskeeps Date: Mon, 7 Aug 2000 15:50:44 +0000 Subject: [PATCH] *** empty log message *** --- Setup | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Setup b/Setup index a772fce3d..461bf3b0f 100755 --- a/Setup +++ b/Setup @@ -4,13 +4,16 @@ echo "Starting up UnrealIRCd Setup" echo "" echo "Press enter to proceed to setup..." read cc -more Unreal.nfo +more -d Unreal.nfo echo "Press enter to proceed to FAQ..." read cc -more doc/faq +more -d doc/faq echo "Press enter to proceed to configuration..." read cc -./Config +if [ "$1" != "-noconfig" ] ; then + ./Config +fi + echo "Press enter to proceed to compiling..." read cc make @@ -19,8 +22,15 @@ read cc ./makeconf echo "Press enter to proceed to network configuration..." read cc +clear +echo "Do you want to use one of these network files, or make your own?" cd networks -./makenet +ls *.network +echo "[Type "no" if you want to make your own]" +read cc +if [ "$cc" == "no" ] ; then + ./makenet +fi echo "Press enter to proceed to dynamic ircd configuration..." read cc pico unrealircd.conf