From 2551295541281a162fdf8d94353ca1852e217608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sat, 10 Mar 2018 15:20:07 +0100 Subject: [PATCH] doc: use https URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d052e7b..a613992 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ The script will do its best to detect mitigations, including backported non-vani - Get the latest version of the script using `curl` *or* `wget` ```bash -curl -L meltdown.ovh -o spectre-meltdown-checker.sh -wget meltdown.ovh -O spectre-meltdown-checker.sh +curl -L https://meltdown.ovh -o spectre-meltdown-checker.sh +wget https://meltdown.ovh -O spectre-meltdown-checker.sh ``` - Inspect the script. You never blindly run scripts you downloaded from the Internet, do you?