Skip to content

Commit

Permalink
installing ts-node and deno
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Feb 8, 2022
1 parent 13d6763 commit 8a9a5ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ressources/install_all_compilers_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sudo apt install haskell-platform -y
sudo apt install -y nodejs npm
sudo npm install -g coffee-script
sudo npm install -g typescript
sudo npm install -g ts-node
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
sudo apt install r-base
Expand All @@ -21,3 +22,5 @@ export PATH=$PATH:$HOME/golang/go/bin/

# deno for typescript and javascript
curl -fsSL https://deno.land/x/install/install.sh | sh
export DENO_INSTALL=$HOME"/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"

0 comments on commit 8a9a5ff

Please sign in to comment.