Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Log download link
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jun 7, 2022
1 parent fd407b7 commit 5e2619c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stage2/03-install-umbrel/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ echo
mkdir /umbrel
cd /umbrel
if [ -z ${UMBREL_REPO} ]; then
echo Downloading https://github.com/getumbrel/umbrel/archive/v${UMBREL_VERSION}.tar.gz
curl -L https://github.com/getumbrel/umbrel/archive/v${UMBREL_VERSION}.tar.gz | tar -xz --strip-components=1
else
git clone ${UMBREL_REPO} .
Expand Down

0 comments on commit 5e2619c

Please sign in to comment.