Skip to content

Commit

Permalink
Merge pull request #2 from devcontainers-community/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 24, 2023
2 parents c0271e5 + 65ec9ab commit e6bd426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TARGET_DENO_VERSION=${VERSION:-"latest"}

if [ "${TARGET_DENO_VERSION}" = "latest" ] || "${TARGET_DENO_VERSION}" = "none";
then
curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr/local sh
curl -fsSL https://gist.githubusercontent.com/LukeChannings/09d53f5c364391042186518c8598b85e/raw/ac8cd8c675b985edd4b3e16df63ffef14d1f0e24/deno_install.sh | DENO_INSTALL=/usr/local sh
else
curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr/local sh -s "v${TARGET_DENO_VERSION}"
curl -fsSL https://gist.githubusercontent.com/LukeChannings/09d53f5c364391042186518c8598b85e/raw/ac8cd8c675b985edd4b3e16df63ffef14d1f0e24/deno_install.sh | DENO_INSTALL=/usr/local sh -s "v${TARGET_DENO_VERSION}"
fi

0 comments on commit e6bd426

Please sign in to comment.