This commit is contained in:
ghostserverd 2025-04-13 12:00:56 +02:00 committed by GitHub
commit f246be87b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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://www.wireshark.org/download/automated/data/manuf
} }
download_qcow_efi_folder () { download_qcow_efi_folder () {