From c0ac5ae2a77d85ab4575bbbca022f18898bead5f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 7 Mar 2019 11:27:19 +0000 Subject: [PATCH] installer: Download ISO via HTTPS Signed-off-by: Michael Tremer --- lfs/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2