mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
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:
parent
8b86ee83da
commit
22e95b4e74
1 changed files with 3 additions and 2 deletions
5
quickget
5
quickget
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue