From abbeba2611a685886c9f7c97a4ff5805ea16fa47 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 9 Jan 2023 16:38:15 -0300 Subject: Showing warning about executing ./install after docker installation --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') 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!" -- cgit v1.2.3