Skip to content

Commit

Permalink
Remove x86_64 check (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Dec 8, 2020
1 parent 40bb9a4 commit 61755e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

set -e

if [ "$(uname -m)" != "x86_64" ]; then
echo "Error: Unsupported architecture $(uname -m). Only x64 binaries are available." 1>&2
exit 1
fi

if ! command -v unzip >/dev/null; then
echo "Error: unzip is required to install Deno (see: https://github.com/denoland/deno_install#unzip-is-required)." 1>&2
exit 1
Expand Down

0 comments on commit 61755e4

Please sign in to comment.