From 0a231c7dd35bceaa84797054ba53aaa9ad2b0430 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 31 Oct 2021 22:22:51 -0700 Subject: [PATCH] update release manifest path --- download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.py b/download.py index fb52d6b..9a3a39e 100755 --- a/download.py +++ b/download.py @@ -14,7 +14,7 @@ from urllib import urlopen, urlretrieve MASTER_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/master/selfdrive/hardware/eon/neos.json" -RELEASE_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/release2/installer/updater/update.json" +RELEASE_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/release2/selfdrive/hardware/eon/neos.json" def download_progress(count, blockSize, totalSize): if count % 1000 == 0: