Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang authored Sep 22, 2024
1 parent 3ab0277 commit 2c30dad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions static/get
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ case "$(uname -m)" in
*) echo "Unsupported arch $(uname -m)"; exit 1;;
esac

if [ $suffix -eq "-unknown-freebsd" && $arch -eq "aarch64" ]; then
echo "Unsupported arch $(uname -m) in $(uname -s)"
fi

url="https://s3.amazonaws.com/sshx/sshx-${arch}${suffix}.tar.gz"
temp=$(mktemp)

Expand Down

0 comments on commit 2c30dad

Please sign in to comment.