about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-21 11:01:54 +0200
committerEmile <hanemile@protonmail.com>2019-10-21 11:01:54 +0200
commit3f50e9d526c5fc67706e816f40687220fb14a126 (patch)
tree7d69befa0c4214a90c5bf8b8f267e913bf968a2e
parente8b69eb9d681acf0ffb550093fe6d55ba573f2d4 (diff)
added a hint where to get htpasswd
-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