From 3ff5ef1afb1344cae5c870dc01b7c9997f529f60 Mon Sep 17 00:00:00 2001 From: zenobit Date: Thu, 26 Jan 2023 01:52:15 +0000 Subject: [PATCH] Can't download devuan ISOs... [ERROR] CUID#7 - Download aborted. URI=https://files.devuan.org/devuan_chimaera/desktop-live/devuan_chimaera_4.0.2_amd64_desktop-live.iso Exception: [AbstractCommand.cc:351] errorCode=1 URI=https://files.devuan.org/devuan_chimaera/desktop-live/devuan_chimaera_4.0.2_amd64_desktop-live.iso -> [SocketCore.cc:1018] errorCode=1 SSL/TLS handshake failure: protocol error aria2 will resume download if the transfer is restarted. If there are any errors, then see the log file. See '-l' option in help/man page for details. ERROR! Failed to download https://files.devuan.org/devuan_chimaera/desktop-live/devuan_chimaera_4.0.2_amd64_desktop-live.iso with aria2c. Try running 'quickget' again. Other distros looks good, not tested everything... --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index d3c507e..ba25637 100755 --- a/quickget +++ b/quickget @@ -1046,7 +1046,7 @@ function get_deepin() { function get_devuan() { local HASH="" local ISO="" - local URL="https://files.devuan.org/devuan_${RELEASE}/desktop-live" + local URL="http://files.devuan.org/devuan_${RELEASE}/desktop-live" case ${RELEASE} in beowulf) ISO="devuan_${RELEASE}_3.1.1_amd64_desktop-live.iso";;