From 26be0e74490f11e22f646b56ef89f02f43100716 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Wed, 20 Jan 2021 00:30:46 +0200 Subject: [PATCH] update mac vendor url --- update-mac-vendors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-mac-vendors.sh b/update-mac-vendors.sh index eaebe2bf..391ce505 100755 --- a/update-mac-vendors.sh +++ b/update-mac-vendors.sh @@ -8,7 +8,7 @@ if [ "$(uname)" = "Darwin" ]; then SED_APP='gsed' fi -curl 'http://standards-oui.ieee.org/oui.txt' |\ +curl 'http://standards-oui.ieee.org/oui/oui.txt' |\ fgrep '(base 16)' | $SED_APP -r ' s/\r//g; s/ \(base 16\)\t\t// s/,? ?(Inc)\.?$//I