From 97add73f9cdfea302a5f71266add65bfa4e746d5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 14 Jan 2012 15:29:43 +0100 Subject: [PATCH] update-pciids: Download from pci-ids.ucw.cz --- update-pciids.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-pciids.sh b/update-pciids.sh index 5e77109..b89aaea 100755 --- a/update-pciids.sh +++ b/update-pciids.sh @@ -3,7 +3,7 @@ [ "$1" = "-q" ] && quiet=true || quiet=false set -e -SRC="http://pciids.sourceforge.net/v2.2/pci.ids" +SRC="http://pci-ids.ucw.cz/v2.2/pci.ids" DEST=pci.ids PCI_COMPRESSED_IDS= GREP=grep -- 2.39.2