Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
coffinsfcompute committed Oct 4, 2024
1 parent fd39be6 commit 8799dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ unzip -o "${TMPDIR}/${BINARY_NAME}.zip" -d "${TMPDIR}/dist" ||
{ echo "Failed to extract sf"; exit 1; }

# Move the binary to the target directory.
mv -T "${TMPDIR}/dist/sf-$target" "${TARGET_FILE}"
mv "${TMPDIR}/dist/sf-$target" "${TARGET_FILE}"

# Make the downloaded binary executable.
chmod +x "${TARGET_FILE}"
Expand Down

0 comments on commit 8799dff

Please sign in to comment.