update look echo
This commit is contained in:
parent
e09a1eed8b
commit
f8dac38e8d
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -15,6 +15,7 @@ echo ""
|
|||
echo "3. The installer will install Docker and Docker Compose"
|
||||
apt install docker docker-compose -y
|
||||
|
||||
echo ""
|
||||
echo "4. The installer will clone the Docker-Compose Repository"
|
||||
HOME_DIR=/opt/odc
|
||||
if [ -d $HOME_DIR/docker-compose ]
|
||||
|
@ -29,6 +30,7 @@ else
|
|||
cd $HOME_DIR/docker-compose
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "5. The installer will setup all scripts, so you can docker-compose up"
|
||||
echo ""
|
||||
FILE=env.local
|
||||
|
|
Loading…
Reference in a new issue