From 758d00c5598f25d52fa9347620006a351696afec Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Wed, 6 Oct 2021 22:10:14 +0100 Subject: [PATCH] Update README.md Use `latest` tag instead of `master` in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42dd5a9..dbe46c3 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Since the script is only one file, you can use the following command for a quick installation of GetSSL only: ```sh -curl --silent https://raw.githubusercontent.com/srvrco/getssl/master/getssl > getssl ; chmod 700 getssl +curl --silent https://raw.githubusercontent.com/srvrco/getssl/latest/getssl > getssl ; chmod 700 getssl ``` This will copy the getssl Bash script to the current location and change