mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Fix manuf file link
This commit is contained in:
parent
846cf8fdaf
commit
c7eed7ca31
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue