mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-12-22 20:33:56 +01:00
adding uname -v to get potential additional vendor information
This commit is contained in:
parent
4406910bea
commit
ef7a5c4cf6
@ -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
|
||||
|
||||
###########
|
||||
|
Loading…
Reference in New Issue
Block a user