2019-11-24 15:34:32 +00:00
|
|
|
#!/bin/bash
|
|
|
|
git clone https://github.com/tgpethan/Revolution.git
|
|
|
|
cd Revolution
|
|
|
|
npm i
|
2019-11-25 00:26:46 +00:00
|
|
|
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
|
2020-07-09 00:41:54 +01:00
|
|
|
npm i connect-busboy randomstring diskusage get-folder-size
|