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

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 ]