]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
installer: Download ISO via HTTPS
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Mar 2019 11:27:19 +0000 (11:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Mar 2019 11:27:19 +0000 (11:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/installer

index e3937624ef92d437c89d415b9cb927fb1c3d2546..6a0662c9308fd6e83af4e3e5ad32a27d487d8036 100644 (file)
@@ -31,7 +31,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 SLOGAN     = An Open Source Firewall Solution
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 SLOGAN     = An Open Source Firewall Solution
-DOWNLOAD_URL = http://downloads.ipfire.org/releases/ipfire-2.x/$(VERSION)-core$(CORE)/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso
+DOWNLOAD_URL = https://downloads.ipfire.org/releases/ipfire-2.x/$(VERSION)-core$(CORE)/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso
 
 ###############################################################################
 # Top-level Rules
 
 ###############################################################################
 # Top-level Rules