diff --git a/README.md b/README.md index 063f957..289140c 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,17 @@ su root To use the setup script for docker-compose, run the following commands. ```sh +echo "Execute Docker Install Scipt" +wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh echo "Download Setup Script" -wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh -echo "Execute Setup Script" -bash setup.sh -echo "Remove Setup Script" +wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/setup.sh && bash setup.sh +echo "Remove Setup Scripts" rm setup.sh +rm installDocker.sh echo "Execute Docker Compose" cd /opt/jitsi-admin && docker-compose up -d ``` - ## Working directory The setup script will clone and add files into the directory /opt/jitsi-admin. diff --git a/setup.sh b/setup.sh index f3d0b02..7e040d7 100644 --- a/setup.sh +++ b/setup.sh @@ -11,8 +11,6 @@ echo "" echo "2. The installer will install CURL and GIT" apt install curl git -y - - echo "" echo "3. The installer will clone the Docker-Compose Repository" HOME_DIR=/opt/jitsi-admin