We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f92f2e commit 8ecc35cCopy full SHA for 8ecc35c
get.sh
@@ -9,9 +9,9 @@
9
# This script installs File Browser to your path.
10
# Usage:
11
#
12
-# $ curl -fsSL https://filebrowser.xyz/get.sh | bash
+# $ curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
13
# or
14
-# $ wget -qO- https://filebrowser.xyz/get.sh | bash
+# $ wget -qO- https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
15
16
# In automated environments, you may want to run as root.
17
# If using curl, we recommend using the -fsSL flags.
0 commit comments