Browse Source

Install Umbrel Release (#82)

swap
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
defec45d92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      stage2/04-install-umbrel/01-run.sh

2
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

Loading…
Cancel
Save