Compare commits

...

2 Commits

Author SHA1 Message Date
ghostserverd
93b0668d84
Merge 2c45578118 into 2dc1d615b1 2024-10-16 00:13:15 +13:00
ghostserverd
2c45578118 replace invalid wireshark manufacturer database link in unique generator 2023-12-31 21:46:09 +00:00

View File

@ -222,7 +222,7 @@ build_mac_serial () {
download_vendor_mac_addresses () { download_vendor_mac_addresses () {
# download the MAC Address vendor list # 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 () { download_qcow_efi_folder () {