GithubHelp home page GithubHelp logo

noxifoxi / deno_install-arm64 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from denoland/deno_install

21.0 0.0 1.0 88 KB

Deno now has official ARM64 builds. Deno Binary Installer for ARM64

Home Page: https://deno.land/

Shell 100.00%
deno arm64 typescript javascript

deno_install-arm64's Introduction

deno_install-arm64

One-line commands to install Deno on your ARM64 system.

Because Deno does not have ARM64 binaries yet, LukeChannings is building and providing them at LukeChannings/deno-arm64. I have modified the official install script to automate the installation and upgrade process with LukeChannings' builds.

Install Latest Version

With Shell:

curl -fsSL https://noxifoxi.github.io/deno_install-arm64/install.sh | sh

Install Specific Version

With Shell:

curl -fsSL https://noxifoxi.github.io/deno_install-arm64/install.sh | sh -s v1.6.3

Install Multiple Versions

DENO_INSTALL can be used to install a specific version into a different directory.

With Shell:

curl -fsSL https://noxifoxi.github.io/deno_install-arm64/install.sh | DENO_INSTALL=$HOME/deno-1.6.3 sh -s v1.6.3

Environment Variables

  • DENO_INSTALL - The directory in which to install Deno. This defaults to $HOME/.deno. The executable is placed in $DENO_INSTALL/bin. One application of this is a system-wide installation:

    With Shell (/usr/local):

    curl -fsSL https://noxifoxi.github.io/deno_install-arm64/install.sh | sudo DENO_INSTALL=/usr/local sh

Known Issues

The requested URL returned error: 404

Specified versions that were not build at LukeChannings/deno-arm64 cannot be installed with the script.

$ curl -fsSL https://noxifoxi.github.io/deno_install-arm64/install.sh | sh -s v1.0.0
curl: (22) The requested URL returned error: 404

How can this issue be fixed?

Only try to install the versions available on the releases page. The oldest release available is Deno 1.6.3.

unzip is required

The program unzip is a requirement for the Shell installer.

$ curl -fsSL https://noxifoxi.github.io/deno_install-arm64/install.sh | sh
Error: unzip is required to install Deno (see: https://github.com/denoland/deno_install#unzip-is-required).

When does this issue occur?

During the install.sh process, unzip is used to extract the zip archive.

How can this issue be fixed?

You can install unzip via brew install unzip on MacOS or apt-get install unzip -y on Linux.

deno_install-arm64's People

Contributors

738 avatar afinch7 avatar amnats avatar anshulguleria avatar bartlomieju avatar caspervonb avatar dbrn avatar digitalcoyote avatar elcheco avatar erazerbrecht avatar gamesquestionmark avatar hardy613 avatar hayd avatar jedahan avatar jremi avatar kt3k avatar manuraj17 avatar marktiedemann avatar maximousblk avatar naueramant avatar nayeemrmn avatar noxifoxi avatar peaceiris avatar piscisaureus avatar qti3e avatar ry avatar srijanreddy98 avatar ultirequiem avatar yamboy1 avatar zhmushan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pllee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.