From d54acafd98bc30c4efe2f33f032a5752e94e8595 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Mon, 30 Aug 2021 22:11:18 +0430 Subject: [PATCH] config: Edit system_channel (systems -> system) --- tools/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3