|
|
@ -12,12 +12,6 @@ local C = APT.C |
|
|
|
local arg, sendArgs = APT.parseArgs({...}) |
|
|
|
APT.html = true |
|
|
|
|
|
|
|
--[[ TODO - What to do about HTTPS://deb.devuan.org/ redirects. |
|
|
|
Some mirrors give a 404. |
|
|
|
Sledjhamr gives a 404, coz it's not listening on 443 for deb.devuan.org. |
|
|
|
Some mirrors give a 200. |
|
|
|
They shouldn't have the proper certificate, but are giving a result anyway. |
|
|
|
]] |
|
|
|
|
|
|
|
local defaultURL = {scheme = "http"} |
|
|
|
local releases = {"jessie", "ascii", "beowulf", "ceres"} |
|
|
|