From cd3716e3620476b085c6fa4a71dbffcb418f5af5 Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Mon, 14 Oct 2024 15:59:23 -0600 Subject: [PATCH] quickstart updated --- quickstart.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/quickstart.sh b/quickstart.sh index d0cd75a..1d1fbcf 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -1,8 +1,5 @@ #!/bin/bash -# Exit immediately if a command exits with a non-zero status. -set -e - # Update package list sudo apt update @@ -15,10 +12,7 @@ git clone https://github.com/joby-lol/webserver-config.git # Change to the repository directory cd webserver-config -# Make install-server.sh executable -chmod +x install-server.sh - # Execute install-server.sh sudo ./install-server.sh -echo "Server setup complete. Use 'sudo bash add_site.sh' to add new sites." +echo "Server setup complete. Use 'sudo ./add_site.sh' to add new sites."