summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ab9e851..804d4dd 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@ This repo will just be a collection of notes of things I should install upon a f
If you just started up a new instance of Kali, to get it to a "proper working setup" that I've come to like, simply run the following command from a terminal:
-`curl -s https://raw.githubusercontent.com/AgroDan/FreshInstall/master/setup-kali.sh | sudo bash`
+`curl -sL https://raw.github.com/AgroDan/FreshInstall/master/setup-kali.sh | sudo bash`
-This should get you on your way. \ No newline at end of file
+This should get you on your way.