Showing warning about executing ./install after docker installation

This commit is contained in:
Roger Gonzalez 2023-01-09 16:38:15 -03:00
parent 93e0f6ac87
commit abbeba2611
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -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!"