Alphabetize

This commit is contained in:
Radon Rosborough 2020-08-22 19:10:22 -06:00
parent 3fa097dfc6
commit d5503db374
1 changed files with 5 additions and 5 deletions

View File

@ -8,16 +8,16 @@ set -x
mkdir /opt/julia
export JULIA_DEPOT_PATH=/opt/julia
# Package manager - OCaml
export OPAMROOT=/opt/opam
export OPAMROOTISOK=1
opam init -n --disable-sandboxing
# Package manager - Node.js
npm config set unsafe-perm true
PERL_MM_USE_DEFAULT=1 cpan App::cpanminus
rm -rf /tmp/cpan_install_*.txt
# Package manager - OCaml
export OPAMROOT=/opt/opam
export OPAMROOTISOK=1
opam init -n --disable-sandboxing
# Shared
npm install -g prettier