From f70f209239d51a5893f8f9f080b19b6ee94ff4af Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 18:22:59 -0300 Subject: New upstream version 2.0.9pre --- tools/update_data.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tools/update_data.sh (limited to 'tools/update_data.sh') 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..." + + -- cgit v1.2.3