summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-04-17 10:32:21 -0400
committerDan Fedele <dan.fedele@gmail.com>2020-04-17 10:32:21 -0400
commit5fcc057b886e0922e119a77c6d455795d6603600 (patch)
tree7cae3d23b2dde90bfb9c95cb56c711e82f7f5158 /README.md
parent1c430b3078e5fb04d497ad0da09caca9c49a06bd (diff)
parentc45fd19b10c3eef5dc2bdb92862bea6f8bb561b6 (diff)
Merge branch 'master' of https://github.com/AgroDan/FreshInstall
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.