Mayank Chhabra
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
8 deletions
-
config
-
stage2/05-docker-compose/01-run.sh
|
|
@ -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 |
|
|
@ -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 |
|
|
|
|
|
|
|