mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix OTA update on Kobo, close #824
This commit is contained in:
@@ -8,9 +8,9 @@ local _ = require("gettext")
|
||||
|
||||
local OTAManager = {
|
||||
ota_servers = {
|
||||
"http://vislab.bjmu.edu.cn/apps/koreader/ota/",
|
||||
"http://koreader.ak-team.com/",
|
||||
"http://hal9k.ifsc.usp.br/koreader/",
|
||||
"http://vislab.bjmu.edu.cn:80/apps/koreader/ota/",
|
||||
"http://koreader.ak-team.com:80/",
|
||||
"http://hal9k.ifsc.usp.br:80/koreader/",
|
||||
},
|
||||
ota_channels = {
|
||||
"nightly",
|
||||
|
||||
Reference in New Issue
Block a user