From 10ab1613147427f244a18e52dfcd934f9eac71bb Mon Sep 17 00:00:00 2001 From: Kyle Frost Date: Fri, 28 Jul 2017 10:42:52 -0400 Subject: [PATCH] Change URL from gh-pages to henriquedias.com --- get.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get.sh b/get.sh index 9e755e79..265e4d35 100644 --- a/get.sh +++ b/get.sh @@ -9,9 +9,9 @@ # This script installs File Manager to your path. # Usage: # -# $ curl -fsSL https://hacdias.github.io/filemanager/get.sh | bash +# $ curl -fsSL https://henriquedias.com/filemanager/get.sh | bash # or -# $ wget -qO- https://hacdias.github.io/filemanager/get.sh | bash +# $ wget -qO- https://henriquedias.com/filemanager/get.sh | bash # # In automated environments, you may want to run as root. # If using curl, we recommend using the -fsSL flags.