diff options
-rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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!" |