Change URL from gh-pages to henriquedias.com

This commit is contained in:
Kyle Frost 2017-07-28 10:42:52 -04:00 committed by GitHub
parent 8f51b059ed
commit 10ab161314

4
get.sh
View File

@ -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.