Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 78d1e1e

Browse files
author
Harry S - commited from my M1
committed
make curl follow redirects
1 parent d307e97 commit 78d1e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ ! -f $COMMITTER_LOCATION ]; then
99
echo "Committer is not installed!"
1010

1111
echo "Downloading $DOWNLOAD_URL to $COMMITTER_LOCATION..."
12-
curl -o $COMMITTER_LOCATION --fail $DOWNLOAD_URL
12+
curl -L -o $COMMITTER_LOCATION --fail $DOWNLOAD_URL
1313

1414
echo "Making $COMMITTER_LOCATION executable"
1515
chmod +x $COMMITTER_LOCATION

0 commit comments

Comments
 (0)