Browse Source

Install Umbrel v0.1.6-beta (#74)

swap
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
485d9ef082
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config
  2. 8
      stage2/05-docker-compose/01-run.sh

2
config

@ -4,4 +4,4 @@ TIMEZONE_DEFAULT="Etc/UTC"
FIRST_USER_NAME=umbrel
FIRST_USER_PASS=moneyprintergobrrr
ENABLE_SSH=1
UMBREL_VERSION=0.1.5-beta
UMBREL_VERSION=0.1.6-beta

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

@ -6,13 +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}
git init
git remote add origin https://github.com/getumbrel/umbrel.git
git fetch --all
git checkout origin/master
git reset --hard origin/master
curl -L https://github.com/getumbrel/umbrel/archive/v${UMBREL_VERSION}.tar.gz | tar -xz --strip-components=1
chown -R ${FIRST_USER_NAME}:${FIRST_USER_NAME} /home/${FIRST_USER_NAME}
EOF

Loading…
Cancel
Save