diff --git a/packages/umbreld/package.json b/packages/umbreld/package.json index be22b94a5..ab73f0602 100644 --- a/packages/umbreld/package.json +++ b/packages/umbreld/package.json @@ -1,8 +1,8 @@ { "name": "umbreld", "type": "module", - "version": "1.0.2", - "versionName": "umbrelOS 1.0.2", + "version": "1.0.3", + "versionName": "umbrelOS 1.0.3", "files": [ "source", "ui", diff --git a/scripts/update-script b/scripts/update-script index 0b36e7eba..9fa1cff0b 100755 --- a/scripts/update-script +++ b/scripts/update-script @@ -11,12 +11,12 @@ fi if cat /var/lib/mender/device_type | grep --quiet 'device_type=raspberrypi' then - update_url="https://umbrel.nyc3.digitaloceanspaces.com/dev/umbrelos-pi.update" + update_url="https://download.umbrel.com/release/1.0.3/umbrelos-pi.update" fi if cat /var/lib/mender/device_type | grep --silent 'device_type=amd64' then - update_url="https://umbrel.nyc3.digitaloceanspaces.com/dev/umbrelos-amd64.update" + update_url="https://download.umbrel.com/release/1.0.3/umbrelos-amd64.update" fi mender install "${update_url}" \ No newline at end of file diff --git a/scripts/update/bootstrap-run.sh b/scripts/update/bootstrap-run.sh index ec68d0e33..dc1d98404 100755 --- a/scripts/update/bootstrap-run.sh +++ b/scripts/update/bootstrap-run.sh @@ -51,7 +51,7 @@ echo "Umbrel Home detected" # Flash new update echo '{"state": "installing", "progress": 25, "description": "Installing umbrelOS 1.0, this may take a while", "updateTo": ""}' > "${UMBREL_ROOT}/statuses/update-status.json" -mender install https://download.umbrel.com/release/1.0.2/umbrelos-amd64.update +mender install https://download.umbrel.com/release/1.0.3/umbrelos-amd64.update # Reboot cat <<EOF > "$UMBREL_ROOT"/statuses/update-status.json