Debian netinst nonsed (#385)

* trying to keep up... re-generating

* revert README.md to upstream for noise-suppression

* replace the debian netinst seds per stream
This commit is contained in:
Phil Clifford 2022-02-23 22:21:44 +00:00 committed by GitHub
parent 8b86ee83da
commit 22e95b4e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -767,8 +767,9 @@ function get_debian() {
esac
if [ "${EDITION}" == "netinst" ]; then
URL="$(echo "${URL}" | sed 's/-live//' | sed 's/hybrid/cd/')"
ISO="$(echo "${ISO}" | sed 's/-live//')"
URL="${URL/-live/}"
URL="${URL/hybrid/cd}"
ISO="${ISO/-live/}"
fi
HASH=$(wget -q -O- "${URL}/SHA512SUMS" | grep "${ISO}" | cut -d' ' -f1)