Update quick-setup.sh
This commit is contained in:
parent
0b7f0d7b90
commit
5cdaa64030
1 changed files with 3 additions and 6 deletions
|
@ -2,10 +2,7 @@
|
||||||
git clone https://github.com/tgpethan/Revolution.git
|
git clone https://github.com/tgpethan/Revolution.git
|
||||||
cd Revolution
|
cd Revolution
|
||||||
npm i
|
npm i
|
||||||
cd modules
|
wget https://raw.githubusercontent.com/tgpethan/EUS/master/EUS.js -P modules/
|
||||||
wget https://raw.githubusercontent.com/tgpethan/EUS/master/EUS.js
|
rm modules/example_request_handler.js
|
||||||
cd ..
|
cp config/config.example.json config/config.json
|
||||||
cd config
|
|
||||||
cp config.example.json config.json
|
|
||||||
cd ..
|
|
||||||
npm i connect-busboy randomstring
|
npm i connect-busboy randomstring
|
||||||
|
|
Loading…
Reference in a new issue