Skip to content

Commit 8ecc35c

Browse files
authored
Update links in get.sh (#18)
1 parent 8f92f2e commit 8ecc35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# This script installs File Browser to your path.
1010
# Usage:
1111
#
12-
# $ curl -fsSL https://filebrowser.xyz/get.sh | bash
12+
# $ curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
1313
# or
14-
# $ wget -qO- https://filebrowser.xyz/get.sh | bash
14+
# $ wget -qO- https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
1515
#
1616
# In automated environments, you may want to run as root.
1717
# If using curl, we recommend using the -fsSL flags.

0 commit comments

Comments
 (0)