diff options
Diffstat (limited to 'tools/update_data.sh')
-rwxr-xr-x | tools/update_data.sh | 11 |
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..." + + |