From c7eed7ca31c8b447fd2d7f6c6015e96180730b19 Mon Sep 17 00:00:00 2001 From: JIBSIL <40243545+JIBSIL@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:49:10 -0500 Subject: [PATCH] Fix manuf file link --- custom/generate-unique-machine-values.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/generate-unique-machine-values.sh b/custom/generate-unique-machine-values.sh index 0e53dbda..a0957ad2 100755 --- a/custom/generate-unique-machine-values.sh +++ b/custom/generate-unique-machine-values.sh @@ -222,7 +222,7 @@ build_mac_serial () { download_vendor_mac_addresses () { # download the MAC Address vendor list - [ -e "${MAC_ADDRESSES_FILE:=vendor_macs.tsv}" ] || wget -O "${MAC_ADDRESSES_FILE}" https://gitlab.com/wireshark/wireshark/-/raw/master/manuf + [ -e "${MAC_ADDRESSES_FILE:=vendor_macs.tsv}" ] || wget -O "${MAC_ADDRESSES_FILE}" https://gitlab.com/wireshark/wireshark/-/raw/release-3.6/manuf } download_qcow_efi_folder () {