Compare commits

...

2 Commits

Author SHA1 Message Date
JIBSIL 3e17fff786
Merge c7eed7ca31 into e962dce97f 2025-04-13 12:00:55 +02:00
JIBSIL c7eed7ca31
Fix manuf file link 2024-02-05 10:49:10 -05:00
1 changed files with 1 additions and 1 deletions

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://gitlab.com/wireshark/wireshark/-/raw/release-3.6/manuf
} }
download_qcow_efi_folder () { download_qcow_efi_folder () {