Add curl params

This commit is contained in:
Kyle Frost 2017-07-28 10:11:52 -04:00 committed by GitHub
parent 180c3d2ccd
commit d1e25c0ee9

2
get.sh
View File

@ -9,7 +9,7 @@
# This script installs File Manager to your path.
# Usage:
#
# $ curl https://hacdias.github.io/filemanager/get.sh | bash
# $ curl -fsSL https://hacdias.github.io/filemanager/get.sh | bash
# or
# $ wget -qO- https://hacdias.github.io/filemanager/get.sh | bash
#