doc: use https URLs

This commit is contained in:
Stéphane Lesimple 2018-03-10 15:20:07 +01:00
parent d5832dc1dc
commit 2551295541
1 changed files with 2 additions and 2 deletions

View File

@ -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?