diff --git a/quick-setup.sh b/quick-setup.sh index 61b7314..6ce78a8 100755 --- a/quick-setup.sh +++ b/quick-setup.sh @@ -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