This commit is contained in:
2023-06-25 12:27:24 +02:00
parent 949cb4be86
commit 0c139b6529
4 changed files with 491 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ git clone https://git.justw.tf/Lightemerald/mcr-bot && cd mcr-bot
git clone https://git.justw.tf/Lightemerald/Microsoft-Rewards-bot && cd Microsoft-Rewards-bot && pip install -r requirements.txt
cd .. && mkdir vpn && mkdir accounts
cp ./.env.sample .env
npm i
chmod +x ./*.sh
clear
echo -e "Edit config.txt\nAdd your VPN files (.ovpn) in ./vpn\nThen run setup-vpn.sh\nAdd your accounts files (.json) with the same name as the VPN in ./accounts\nFinally, run 'npm start''"