From c45fd19b10c3eef5dc2bdb92862bea6f8bb561b6 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Thu, 16 Apr 2020 15:31:24 -0400 Subject: fixed the script location. weird caching with gitghub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3