[pve-devel] [PATCH 2/3] change turnkey URL to https version to permit a redirection.
Wolfgang Link
w.link at proxmox.com
Thu Feb 25 14:47:46 CET 2016
---
PVE/APLInfo.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/APLInfo.pm b/PVE/APLInfo.pm
index a18cc1f..1a50508 100644
--- a/PVE/APLInfo.pm
+++ b/PVE/APLInfo.pm
@@ -246,7 +246,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