From: Michael Tremer Date: Thu, 7 Mar 2019 11:27:19 +0000 (+0000) Subject: installer: Download ISO via HTTPS X-Git-Tag: v2.23-core131~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0ac5ae2a77d85ab4575bbbca022f18898bead5f;p=ipfire-2.x.git installer: Download ISO via HTTPS Signed-off-by: Michael Tremer --- diff --git a/lfs/installer b/lfs/installer index e3937624ef..6a0662c930 100644 --- a/lfs/installer +++ b/lfs/installer @@ -31,7 +31,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) 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