diff --git a/bin/update/00-run.sh b/bin/update/00-run.sh index c5ed8ef..f52869f 100755 --- a/bin/update/00-run.sh +++ b/bin/update/00-run.sh @@ -4,6 +4,7 @@ RELEASE=$1 UMBREL_ROOT=$2 UMBREL_USER=$3 +echo echo "=======================================" echo "============= OTA UPDATE ==============" echo "=======================================" diff --git a/bin/update/01-run.sh b/bin/update/01-run.sh index 97c6469..c4027a8 100755 --- a/bin/update/01-run.sh +++ b/bin/update/01-run.sh @@ -4,6 +4,7 @@ RELEASE=$1 UMBREL_ROOT=$2 UMBREL_USER=$3 +echo echo "=======================================" echo "============= OTA UPDATE ==============" echo "=======================================" diff --git a/bin/update/02-run.sh b/bin/update/02-run.sh index fbf2780..cd5cc18 100755 --- a/bin/update/02-run.sh +++ b/bin/update/02-run.sh @@ -4,6 +4,7 @@ RELEASE=$1 UMBREL_ROOT=$2 UMBREL_USER=$3 +echo echo "=======================================" echo "============= OTA UPDATE ==============" echo "=======================================" diff --git a/bin/update/03-run.sh b/bin/update/03-run.sh index d31442c..5f4b8c2 100755 --- a/bin/update/03-run.sh +++ b/bin/update/03-run.sh @@ -4,6 +4,7 @@ RELEASE=$1 UMBREL_ROOT=$2 UMBREL_USER=$3 +echo echo "=======================================" echo "============= OTA UPDATE ==============" echo "=======================================" diff --git a/bin/update/start.sh b/bin/update/start.sh index 9bf9b4a..a1a811b 100755 --- a/bin/update/start.sh +++ b/bin/update/start.sh @@ -9,6 +9,7 @@ if [ $(whoami) != 'root' ]; then UMBREL_USER=$(whoami) fi +echo echo "=======================================" echo "============= OTA UPDATE ==============" echo "=======================================" @@ -43,8 +44,7 @@ EOF echo "Downloading Umbrel $RELEASE" cd /tmp/umbrel-$RELEASE -wget -qO- "https://raw.githubusercontent.com/mayankchhabra/umbrel/$RELEASE/install-box.sh" -./install-box.sh +wget -qO- "https://raw.githubusercontent.com/mayankchhabra/umbrel/$RELEASE/install-box.sh" | sh cd bin/update