Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rm -rf pgoencrypt

function Pokebotconfig () {
cd $pokebotpath
read -p "1.google 2.ptc
read -p "enter 1 for google or 2 for ptc
" auth
read -p "Input username
" username
Expand All @@ -37,7 +37,7 @@ Input location
" location
read -p "Input gmapkey
" gmapkey
cp -f configs/config.json.example configs/config.json
cp -f configs/config.json.example configs/config.json && chmod 755
if [ "$auth" = "2" ]
then
sed -i "s/google/ptc/g" configs/config.json
Expand Down