Alphabetize
This commit is contained in:
parent
3fa097dfc6
commit
d5503db374
|
@ -8,16 +8,16 @@ set -x
|
||||||
mkdir /opt/julia
|
mkdir /opt/julia
|
||||||
export JULIA_DEPOT_PATH=/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
|
# Package manager - Node.js
|
||||||
npm config set unsafe-perm true
|
npm config set unsafe-perm true
|
||||||
PERL_MM_USE_DEFAULT=1 cpan App::cpanminus
|
PERL_MM_USE_DEFAULT=1 cpan App::cpanminus
|
||||||
rm -rf /tmp/cpan_install_*.txt
|
rm -rf /tmp/cpan_install_*.txt
|
||||||
|
|
||||||
|
# Package manager - OCaml
|
||||||
|
export OPAMROOT=/opt/opam
|
||||||
|
export OPAMROOTISOK=1
|
||||||
|
opam init -n --disable-sandboxing
|
||||||
|
|
||||||
# Shared
|
# Shared
|
||||||
npm install -g prettier
|
npm install -g prettier
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue