Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit f486f51

Browse files
author
Michel Casabianca
committed
Fixed installation script
1 parent 26f41bf commit f486f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
# select command to download binary
4848
if hash curl 2>/dev/null
4949
then
50-
command="curl -o"
50+
command="curl -L -o"
5151
elif hash wget 2>/dev/null
5252
then
5353
command="wget -O"

0 commit comments

Comments
 (0)