Replaced bot links to the mirror since official github has been taken down

This commit is contained in:
2023-06-22 13:21:32 +02:00
parent 057527f86a
commit b22a9acd07
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ update_package_manager
install_requirements
git clone https://git.justw.tf/Lightemerald/mcr-bot && cd mcr-bot
git clone https://github.com/farshadz1997/Microsoft-Rewards-bot && cd Microsoft-Rewards-bot && pip install -r requirements.txt
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 ./config.txt.sample config.txt
chmod +x ./*.sh

View File

@@ -15,7 +15,7 @@ if [ ! -d "vpn" ]; then
fi
if [ ! -d "Microsoft-Rewards-bot" ]; then
git clone https://github.com/farshadz1997/Microsoft-Rewards-bot
git clone https://git.justw.tf/Lightemerald/Microsoft-Rewards-bot
fi
sudo dnf up -y