Browse Source

Merge pull request #20 from mayankchhabra/repo

Correct compose framework repo
master
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
a3c6efa7fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      stage2/04-docker-compose/01-run.sh

2
stage2/04-docker-compose/01-run.sh

@ -5,7 +5,7 @@ echo "Installing docker-compose from pip3, and also setting up the box folder st
on_chroot << EOF on_chroot << EOF
pip3 install docker-compose pip3 install docker-compose
cd /home/${FIRST_USER_NAME} cd /home/${FIRST_USER_NAME}
wget -qO- "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/install-box.sh" | sh wget -qO- "https://raw.githubusercontent.com/getumbrel/umbrel-compose/master/install-box.sh" | sh
chown -R ${FIRST_USER_NAME}:${FIRST_USER_NAME} /home/${FIRST_USER_NAME} chown -R ${FIRST_USER_NAME}:${FIRST_USER_NAME} /home/${FIRST_USER_NAME}
EOF EOF

Loading…
Cancel
Save