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
1 changed files with 1 additions and 1 deletions

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
###########