From d0a5c0aaac66c3859d3b5c2045826fe2a1bab983 Mon Sep 17 00:00:00 2001 From: Tomas Wagner Date: Mon, 24 Jul 2017 09:04:46 +0200 Subject: [PATCH] fixes old url --- setup-new-machine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-new-machine.sh b/setup-new-machine.sh index 04b0a4d..ae5572d 100644 --- a/setup-new-machine.sh +++ b/setup-new-machine.sh @@ -102,7 +102,7 @@ npm install -g trash-cli # github.com/jamiew/git-friendly # the `push` command which copies the github compare URL to my clipboard is heaven -bash < <( curl https://raw.github.com/jamiew/git-friendly/master/install.sh) +bash < <( curl https://raw.githubusercontent.com/jamiew/git-friendly/master/install.sh) ###############################################################################