Browse Source

Change to official repo

master
Mayank 5 years ago
parent
commit
1908dd57d5
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 4
      stage2/05-docker-compose/01-run.sh

4
stage2/05-docker-compose/01-run.sh

@ -6,7 +6,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/mayankchhabra/umbrel/v0.1.3-beta/install-box.sh" | sh
wget -qO- "https://raw.githubusercontent.com/getumbrel/umbrel/v0.1.3-beta/install-box.sh" | sh
chown -R ${FIRST_USER_NAME}:${FIRST_USER_NAME} /home/${FIRST_USER_NAME}
EOF
@ -31,7 +31,7 @@ cp files/compose-service ${ROOTFS_DIR}/etc/init.d/umbrelbox
echo "Pulling Docker images required to run Umbrel services"
wget -q "https://raw.githubusercontent.com/mayankchhabra/umbrel/v0.1.3-beta/docker-compose.yml"
wget -q "https://raw.githubusercontent.com/getumbrel/umbrel/v0.1.3-beta/docker-compose.yml"
IMAGES=$(grep '^\s*image' docker-compose.yml | sed 's/image://' | sed 's/\"//g' | sed '/^$/d;s/[[:blank:]]//g' | sort | uniq)
echo "List of images to download: $IMAGES"

Loading…
Cancel
Save