diff --git a/setup.sh b/setup.sh index d41bcd7..7c133da 100644 --- a/setup.sh +++ b/setup.sh @@ -3,12 +3,15 @@ echo "Welcome to the Docker Installer:" echo "" +echo "" echo "1. The installer will update all Repos" apt update +echo "" echo "2. The installer will install CURL and GIT" apt install curl git -y +echo "" echo "3. The installer will install Docker and Docker Compose" apt install docker docker-compose -y @@ -23,7 +26,7 @@ then else mkdir /opt/odc && cd /opt/odc git clone https://git.h2-invent.com/datenschutzcenter/docker-compose.git - cd docker-compose + cd $HOME_DIR/docker-compose fi echo "5. The installer will setup all scripts, so you can docker-compose up"