EUS/quick-setup.sh

12 lines
253 B
Bash
Raw Normal View History

2019-11-24 15:34:32 +00:00
#!/bin/bash
git clone https://github.com/tgpethan/Revolution.git
cd Revolution
npm i
cd modules
wget https://raw.githubusercontent.com/tgpethan/EUS/master/EUS.js
cd ..
cd config
cp config.example.json config.json
cd ..
npm i connect-busboy randomstring