diff --git a/setup-linux.sh b/setup-linux.sh index b43eba5..5c4a3cd 100644 --- a/setup-linux.sh +++ b/setup-linux.sh @@ -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 diff --git a/update.sh b/update.sh index 516245b..163b585 100644 --- a/update.sh +++ b/update.sh @@ -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