about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
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