Mayank Chhabra
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
stage2/04-install-umbrel/01-run.sh
|
|
@ -25,7 +25,7 @@ echo |
|
|
|
on_chroot << EOF |
|
|
|
mkdir /home/${FIRST_USER_NAME}/umbrel |
|
|
|
cd /home/${FIRST_USER_NAME}/umbrel |
|
|
|
git clone https://github.com/getumbrel/umbrel.git . |
|
|
|
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 |
|
|
|
|
|
|
|