mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-05-06 04:56:09 -05:00
10 lines
270 B
Bash
10 lines
270 B
Bash
#!/usr/bin/env bash
|
|
apt-get update && \
|
|
apt-get install -y libfontconfig zip npm git apt-transport-https ca-certificates curl openssl && \
|
|
npm i -g npm && \
|
|
npm cache clean -f && \
|
|
npm install -g n && \
|
|
n stable && \
|
|
node --version && \
|
|
npm --version && \
|
|
bundle install |