Browse Source

repo name update

master
Mayank 5 years ago
parent
commit
cc5475c1f3
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  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
pip3 install docker-compose
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}
EOF

Loading…
Cancel
Save