mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
13 lines
224 B
Bash
13 lines
224 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
source _build_dependencies.sh
|
|
|
|
source ~/.nvm/nvm.sh
|
|
nvm install $NODE_VERSION
|
|
nvm use $NODE_VERSION
|
|
npm install --global yarn
|
|
|
|
pip install --user PyYaml -q
|
|
pip install --user beautifulsoup4 -q
|