This commit is contained in:
holzi1005 2024-12-08 11:25:45 +01:00
parent f8dac38e8d
commit 54fb1530a9

View file

@ -15,7 +15,7 @@ echo ""
echo "3. The installer will install Docker and Docker Compose"
apt install docker docker-compose -y
echo ""
echo
echo "4. The installer will clone the Docker-Compose Repository"
HOME_DIR=/opt/odc
if [ -d $HOME_DIR/docker-compose ]