mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-19 04:22:22 +01:00
bump to v0.18 to reflect changes
This commit is contained in:
parent
7b05105a54
commit
6f1bdba1d9
@ -1,7 +1,14 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Spectre & Meltdown checker
|
# Spectre & Meltdown checker
|
||||||
|
#
|
||||||
|
# Check for the latest version at:
|
||||||
|
# https://github.com/speed47/spectre-meltdown-checker
|
||||||
|
# git clone https://github.com/speed47/spectre-meltdown-checker.git
|
||||||
|
# or wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh
|
||||||
|
#
|
||||||
# Stephane Lesimple
|
# Stephane Lesimple
|
||||||
VERSION=0.17
|
#
|
||||||
|
VERSION=0.18
|
||||||
|
|
||||||
# print status function
|
# print status function
|
||||||
pstatus()
|
pstatus()
|
||||||
@ -207,7 +214,7 @@ fi
|
|||||||
if [ -n "$opt_kernel" ]; then
|
if [ -n "$opt_kernel" ]; then
|
||||||
/bin/echo -e "Will use vmlinux image \033[35m$opt_kernel\033[0m"
|
/bin/echo -e "Will use vmlinux image \033[35m$opt_kernel\033[0m"
|
||||||
else
|
else
|
||||||
/bin/echo "Will use no vmlinux image (accuracy might be reduced"
|
/bin/echo "Will use no vmlinux image (accuracy might be reduced)"
|
||||||
fi
|
fi
|
||||||
if [ -n "$dumped_config" ]; then
|
if [ -n "$dumped_config" ]; then
|
||||||
/bin/echo -e "Will use kconfig \033[35m/proc/config.gz\033[0m"
|
/bin/echo -e "Will use kconfig \033[35m/proc/config.gz\033[0m"
|
||||||
|
Loading…
Reference in New Issue
Block a user