diff --git a/start.sh b/start.sh index 5796e79..1b514c4 100644 --- a/start.sh +++ b/start.sh @@ -1,12 +1,12 @@ if [ -z $UPSTREAM_REPO ] then echo "Cloning main Repository" - git clone https://github.com/VJBots/Advance-Auto-Filter /Advance-Auto-Filter + git clone hellmava/MoviesX /MoviesX else echo "Cloning Custom Repo from $UPSTREAM_REPO " - git clone $UPSTREAM_REPO /Advance-Auto-Filter + git clone $UPSTREAM_REPO /MoviesX fi -cd /Advance-Auto-Filter +cd /MoviesX pip3 install -U -r requirements.txt echo "Starting Bot...." python3 bot.py