diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:22:59 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:22:59 -0300 |
commit | f70f209239d51a5893f8f9f080b19b6ee94ff4af (patch) | |
tree | e0ba432caaf0b19987dd0c8f162d3d949da809f6 /tools/update_data.sh | |
parent | 48726c0c219ffeddb45befe0fb8621e1b2648e78 (diff) |
New upstream version 2.0.9preupstream/2.0.9pre
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..." + + |