From 7812d9459553f5fd3f7ebee58a1de0c07f1ca5dd Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Tue, 12 Feb 2019 11:39:09 -0700 Subject: [PATCH] Revert "Merge pull request #335 from darkmuggle/mirror_iso" This reverts commit 0bec0caa8a0c235283d32a88c2df37c727cc84b2, reversing changes made to 6c20f9378658833d6f72189ba4f01899cce2a755. --- src/cmdlib.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/cmdlib.sh b/src/cmdlib.sh index 54be427dbd..a43e759349 100755 --- a/src/cmdlib.sh +++ b/src/cmdlib.sh @@ -48,10 +48,8 @@ repository_dirs[ppc64le]=fedora-secondary repository_dirs[s390x]=fedora-secondary repository_dir=${repository_dirs[$arch]} -INSTALLER_MIRROR="${INSTALLER_MIRROR:-https://download.fedoraproject.org}" -INSTALLER_URL="${INSTALLER_MIRROR}/pub/$repository_dir/releases/$release/Everything/$arch/iso" -INSTALLER="${INSTALLER_URL}/Fedora-Everything-netinst-$arch-$release-1.2.iso" -INSTALLER_CHECKSUM="${INSTALLER//.iso/-CHECKSUM}" +INSTALLER=https://download.fedoraproject.org/pub/$repository_dir/releases/$release/Everything/$arch/iso/Fedora-Everything-netinst-$arch-$release-1.2.iso +INSTALLER_CHECKSUM=https://download.fedoraproject.org/pub/$repository_dir/releases/$release/Everything/$arch/iso/Fedora-Everything-$release-1.2-$arch-CHECKSUM # Overriding install URL if [ -n "${INSTALLER_URL_OVERRIDE-}" ]; then