From 010c06f79f49ca9d504ab27ca1204feadb8ce8ea Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 11:10:26 +0100 Subject: [PATCH] install docker --- setup.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 46ee185..bc79cdf 100644 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,13 @@ #!/bin/bash -echo Welcome to the Docker Installer: +echo "Welcome to the Docker Installer:" +echo "1. The installer will install CURL and GIT" +echo "2. The installer will install Docker and Docker Compose" +echo "3. The installer will clone the Docker-Compose Repository" +echo "4. The installer will setup all scripts, so you can docker-compose up" +echo "" + +apt update && apt install curl git docker docker-compose -y FILE=env.local if [ -f "$FILE" ]; then