From: Erfan Abdi Date: Tue, 19 Oct 2021 07:03:16 +0000 (+0330) Subject: config: Update waydroid ota channel urls X-Git-Tag: 1.2.0~2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/ca6f8c56bc73b6ab3722f8cf61dcbf5bbe6d12d4?ds=sidebyside config: Update waydroid ota channel urls --- diff --git a/tools/config/__init__.py b/tools/config/__init__.py index 4b6101d..4978634 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -71,8 +71,8 @@ if session_defaults["pulse_runtime_path"] == "None": channels_defaults = { "config_path": "/usr/share/waydroid-extra/channels.cfg", - "system_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/system", - "vendor_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/vendor", + "system_channel": "http://ota.waydro.id/system", + "vendor_channel": "http://ota.waydro.id/vendor", "rom_type": "lineage", "system_type": "VANILLA" }