diff --git a/menu/functions/start.sh b/menu/functions/start.sh index 4fada474..f1090ca8 100644 --- a/menu/functions/start.sh +++ b/menu/functions/start.sh @@ -23,7 +23,7 @@ EOF downloadpg() { rm -rf /opt/plexguide - git clone https://github.com/PGBlitz/PGBlitz.com.git /opt/plexguide && cp /opt/plexguide/menu/interface/alias/templates/plexguide /bin/ + git clone https://github.com/MrDoobPG/PGBlitz.com.git /opt/plexguide && cp /opt/plexguide/menu/interface/alias/templates/plexguide /bin/ cp /opt/plexguide/menu/interface/alias/templates/plexguide /bin/plexguide }