From 9f83a79b4b50fc94bfc126c2b68f768dc47f2e32 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Tue, 10 Nov 2020 14:01:42 +1000 Subject: [PATCH] update ota/recovery url --- installer/updater/update.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/updater/update.json b/installer/updater/update.json index fb009b4c1..c5a442018 100644 --- a/installer/updater/update.json +++ b/installer/updater/update.json @@ -1,7 +1,7 @@ { - "ota_url": "https://commadist.azureedge.net/neosupdate/ota-signed-07df505453684371b6c22583ffbb74ee414fcd389a46ff369ffd1b6bac75414e.zip", + "ota_url": "http://dpp.cool/neosupdate/ota-signed-07df505453684371b6c22583ffbb74ee414fcd389a46ff369ffd1b6bac75414e.zip", "ota_hash": "07df505453684371b6c22583ffbb74ee414fcd389a46ff369ffd1b6bac75414e", - "recovery_url": "https://commadist.azureedge.net/neosupdate/recovery-3a6f973295ded6e4ff5cfff3b12e19c80d3bf45e2e8dd8699da3fc25b23ed7c6.img", + "recovery_url": "http://dpp.cool/neosupdate/recovery-3a6f973295ded6e4ff5cfff3b12e19c80d3bf45e2e8dd8699da3fc25b23ed7c6.img", "recovery_len": 15848748, "recovery_hash": "3a6f973295ded6e4ff5cfff3b12e19c80d3bf45e2e8dd8699da3fc25b23ed7c6" }