Removed unnecesary message

This commit is contained in:
Roger Gonzalez 2023-01-11 07:33:33 -03:00
parent 03101e68d9
commit 96e2f11169
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -43,9 +43,6 @@ check_dependencides() {
install_docker=${install_docker:-"n"}
if [ $install_docker == "y" ]; then
echo
echo "🤔 When docker finishes the installation, run ./install again! 🧠"
read -p "Press [ENTER] to continue..."
bash ./docker.sh
else
send_error_message "Install docker and docker-compose and come back later!"