From: Erfan Abdi Date: Mon, 30 Aug 2021 17:41:18 +0000 (+0430) Subject: config: Edit system_channel (systems -> system) X-Git-Tag: 1.1.0~43 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/d54acafd98bc30c4efe2f33f032a5752e94e8595?ds=sidebyside config: Edit system_channel (systems -> system) --- diff --git a/tools/config/__init__.py b/tools/config/__init__.py index 4c16de2..f26e376 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -68,7 +68,7 @@ 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/systems", + "system_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/system", "vendor_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/vendor", "rom_type": "lineage", "system_type": "VANILLA"