[pve-devel] [PATCH 2/2] change turnkey URL to https version to permit a redirection.
Wolfgang Link
w.link at proxmox.com
Wed Feb 24 10:15:26 CET 2016
---
PVE/APLInfo.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/APLInfo.pm b/PVE/APLInfo.pm
index ec49088..f4ad617 100644
--- a/PVE/APLInfo.pm
+++ b/PVE/APLInfo.pm
@@ -265,7 +265,7 @@ sub get_apl_sources {
my $urls = [];
push @$urls, "http://download.proxmox.com/images";
- push @$urls, "http://releases.turnkeylinux.org/pve";
+ push @$urls, "https://releases.turnkeylinux.org/pve";
return $urls;
}
--
2.1.4
More information about the pve-devel
mailing list