diff --git a/_includes/install-script.md b/_includes/install-script.md index ff995af99e..0fbe56ef8e 100644 --- a/_includes/install-script.md +++ b/_includes/install-script.md @@ -38,7 +38,7 @@ Always examine scripts downloaded from the internet before {:.warning} ```bash -$ curl -fsSL get.docker.com -o get-docker.sh +$ curl -fsSL https://get.docker.com -o get-docker.sh $ sudo sh get-docker.sh