summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index ae4f475..c50925c 100755
--- a/install.sh
+++ b/install.sh
@@ -43,6 +43,8 @@ check_dependencides() {
install_docker=${install_docker:-"n"}
if [ $install_docker == "y" ]; then
+ echo
+ read -p "When docker finishes the installation, run ./install again! Press [ENTER] to continue..."
bash ./docker.sh
else
send_error_message "Install docker and docker-compose and come back later!"