Update quickget

This commit is contained in:
zenobit 2022-02-19 20:16:18 +01:00 committed by GitHub
parent 8958fb5819
commit 32259cc015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1142,7 +1142,7 @@ function get_mxlinux() {
make_vm_config "${ISO}"
}
function get_netboot.xyz() {
function get_netboot() {
ISO="netboot.xyz.iso"
URL="https://boot.netboot.xyz/ipxe/netboot.xyz.iso"
HASH=$(wget -q -O- "https://boot.netboot.xyz/ipxe/netboot.xyz-sha256-checksums.txt" | grep netboot.xyz.iso | cut -d' ' -f1)