From 5e2619cbf9a1594ab20bd375d9f2a3504a29396d Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 7 Jun 2022 21:24:29 +0700 Subject: [PATCH] Log download link --- stage2/03-install-umbrel/01-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stage2/03-install-umbrel/01-run.sh b/stage2/03-install-umbrel/01-run.sh index 6ceddcea..b17bea0f 100755 --- a/stage2/03-install-umbrel/01-run.sh +++ b/stage2/03-install-umbrel/01-run.sh @@ -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} .