1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-26 15:12:08 +02:00

adding uname -v to get potential additional vendor information

This commit is contained in:
Stéphane Lesimple 2018-01-08 12:22:56 +01:00
parent 4406910bea
commit ef7a5c4cf6

View File

@ -90,7 +90,7 @@ if [ "$(id -u)" -ne 0 ]; then
/bin/echo
fi
/bin/echo -e "Checking vulnerabilities against \033[35m"$(uname -s) $(uname -r) $(uname -m)"\033[0m"
/bin/echo -e "Checking vulnerabilities against \033[35m"$(uname -s) $(uname -r) $(uname -v) $(uname -m)"\033[0m"
/bin/echo
###########