Skip to content

Commit

Permalink
Complete refit of all batches
Browse files Browse the repository at this point in the history
We can now choose an install location and all required software is
automatically installed.
  • Loading branch information
danielsdian committed Aug 17, 2016
1 parent 640b884 commit 474efdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 94 deletions.
16 changes: 3 additions & 13 deletions windows_bat/PokemonGo-Bot-Install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ if "%OS%" == "32-BIT" (
@ECHO.
@ECHO.
@ECHO.
<<<<<<< HEAD



Expand Down Expand Up @@ -126,9 +125,6 @@ if exist %DownPath%\%GitFName86% call:installit %GitFName86% /SILENT
if exist %DownPath%\%PythonFName86% call:installit %PythonFName86% /quiet
@ECHO Installing Visual C++ for Python...
if exist %DownPath%\%VisualFName% call:installit %VisualFName% /quiet
=======
@ECHO ---- If you already have a config.json and a userdata.js, copy to the same folder as this batch file.
>>>>>>> parent of 9db2798... Update PokemonGo-Bot-Install.bat
@ECHO.
@ECHO.
@ECHO.
Expand Down Expand Up @@ -208,7 +204,7 @@ if exist %PGBotPath% rmdir %PGBotPath% /s /q
if not exist %PGBotPath% md %PGBotPath%
cd C:\Python27\
pip2 install --upgrade virtualenv
git clone --recursive -b dev https://github.com/PokemonGoF/PokemonGo-Bot %PGBotPath%
git clone --recursive -b master https://github.com/PokemonGoF/PokemonGo-Bot %PGBotPath%
if "%OS%" == "32-BIT" pip2 install --upgrade %PGBotPath%\windows_bat\PyYAML-3.11-cp27-cp27m-win32.whl
if "%OS%" == "64-BIT" pip2 install --upgrade %PGBotPath%\windows_bat\PyYAML-3.11-cp27-cp27m-win_amd64.whl
cd %PGBotPath%
Expand Down Expand Up @@ -249,7 +245,6 @@ CLS
@ECHO.
@ECHO Remember to configure both config.json and userdata.js!
@ECHO.
<<<<<<< HEAD
@ECHO.
@ECHO.
@ECHO "%PGBotPath%/configs/config.json"
Expand All @@ -259,14 +254,9 @@ CLS
@ECHO "%PGBotPath%/web/config/userdata.js"
@ECHO INSTRUCTIONS:
@ECHO "https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/docs/google_map.md"
=======
@ECHO "C:/Python27/PokemonGo-Bot/configs/config.json"
@ECHO.
@ECHO "C:/Python27/PokemonGo-Bot/web/config/userdata.js"
>>>>>>> parent of 9db2798... Update PokemonGo-Bot-Install.bat
@ECHO.
@ECHO To get an Google Map API Key:
@ECHO https://developers.google.com/maps/documentation/javascript/get-api-key
@ECHO "https://developers.google.com/maps/documentation/javascript/get-api-key"
@ECHO.
@ECHO.
@ECHO.
Expand All @@ -276,4 +266,4 @@ CLS

:eof
ENDLOCAL
exit
exit
79 changes: 0 additions & 79 deletions windows_bat/PokemonGo-Bot-Repair.bat

This file was deleted.

3 changes: 1 addition & 2 deletions windows_bat/PokemonGo-Bot-Start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ CLS
CD..
git pull
git submodule update --init --recursive
git submodule foreach git pull origin master
@ECHO.
@ECHO WARNING: Verify if the Config.json file got updated. If Yes, check if your modifications are still valid before proceeding.
@ECHO.
Expand Down Expand Up @@ -101,4 +100,4 @@ goto:eof


:eof
exit
exit

0 comments on commit 474efdf

Please sign in to comment.