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
|
||||
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 ..
|
||||
wget https://raw.githubusercontent.com/tgpethan/EUS/master/EUS.js -P modules/
|
||||
rm modules/example_request_handler.js
|
||||
cp config/config.example.json config/config.json
|
||||
npm i connect-busboy randomstring
|
||||
|
|
Loading…
Reference in a new issue