From 3f50e9d526c5fc67706e816f40687220fb14a126 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 21 Oct 2019 11:01:54 +0200 Subject: added a hint where to get htpasswd --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 93cbb4f..812e694 100755 --- a/setup.sh +++ b/setup.sh @@ -12,7 +12,7 @@ echo "Welcome to the circus-setup tool!" echo "Please make sure you have the following services/tools installed before continuing:" echo "- docker (with a running docker-server)" echo "- docker-compose" -echo "- htpasswd" +echo "- htpasswd (apache2-utils)" # get a hostname and a ctfname from the user read -e -p "HOSTNAME: " -i "ctf.flexerilla.team" HOSTNAME -- cgit 1.4.1