Skip to content

Commit 8e21479

Browse files
committed
updated the install sh
1 parent eeea63c commit 8e21479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ fi
7979
VERSION=$(curl -L -s $CDN_URL/cli/index.json | jq -r '.version')
8080

8181
# Download the gofred archive
82-
curl -L -o $TEMP_DIR/gofred-$OS.tar.gz $BINARY_URL/v$VERSION/gofred-$OS
82+
curl -L -o $OUTPUT_DIR/gofred $BINARY_URL/v$VERSION/gofred-$OS
8383

8484
# Extract the gofred binary
8585
# tar -xf $TEMP_DIR/gofred-$OS.tar.gz -C $OUTPUT_DIR
8686

8787
# Rename the binary to gofred
88-
mv $OUTPUT_DIR/gofred-$OS $OUTPUT_DIR/gofred
88+
# mv $OUTPUT_DIR/gofred-$OS $OUTPUT_DIR/gofred
8989

9090
# Remove the archive
9191
# rm $TEMP_DIR/gofred-$OS.tar.gz

0 commit comments

Comments
 (0)