aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:23:04 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:23:04 -0300
commit76e1a7480ed7a77a442dee8b63574c8516cacdd2 (patch)
treef4b7997875f37b1ae97ea5f4773aebfa9a96965a /tools
parent4212b15b19d6c9db8d2f9fed92e5b9675b2cfe9c (diff)
parentf70f209239d51a5893f8f9f080b19b6ee94ff4af (diff)
Update upstream source from tag 'upstream/2.0.9pre'
Update to upstream version '2.0.9pre' with Debian dir 817dddd03e0e9bc80d4f80e98431c08f4e402b1e
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_data.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/update_data.sh b/tools/update_data.sh
new file mode 100755
index 00000000..6a5005df
--- /dev/null
+++ b/tools/update_data.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+echo "Updating data included in distribution.."
+
+wget -O ../data/pci.ids https://pci-ids.ucw.cz/v2.2/pci.ids
+wget -O ../data/usb.ids http://www.linux-usb.org/usb.ids
+wget -O ../data/benchmark.json https://hardinfo2.org/benchmark.json
+
+echo "Done..."
+
+