Mayank
5 years ago
No known key found for this signature in database
GPG Key ID: D037D60476CE748C
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
|