From 2c455781182c2279df57a3c0e50f91c6f995054b Mon Sep 17 00:00:00 2001 From: ghostserverd <42226464+ghostserverd@users.noreply.github.com> Date: Sun, 31 Dec 2023 21:46:09 +0000 Subject: [PATCH] replace invalid wireshark manufacturer database link in unique generator --- 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 0e53dbd..e7305c0 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://www.wireshark.org/download/automated/data/manuf } download_qcow_efi_folder () {