mirror of
https://bitbucket.org/seefoe/swg-site.git
synced 2026-01-16 23:04:17 -05:00
7 lines
181 B
Bash
7 lines
181 B
Bash
sudo apt-get install curl mysql-server -y
|
|
|
|
curl -sL https://deb.nodesource.com/setup_11.x | bash -
|
|
sudo apt-get install -y nodejs
|
|
|
|
mkdir ~/.npm-global
|
|
npm install --global cross-env |