summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-04-16 15:31:24 -0400
committerGitHub <noreply@github.com>2020-04-16 15:31:24 -0400
commitc45fd19b10c3eef5dc2bdb92862bea6f8bb561b6 (patch)
tree172cd81dc2925b847866fa062f1f29d839110f86 /README.md
parent52b6e2aed7a02e35ba5c641e6b569b2faf009fd7 (diff)
fixed the script location. weird caching with gitghub
Diffstat (limited to 'README.md')
-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.