Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Jul 25, 2019
1 parent 756b93a commit b78c117
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install.sh
Expand Up @@ -14,9 +14,6 @@ if [[ $device == *"Raspberry Pi Zero"* ]]; then
exit
fi

git clone https://github.com/Lunars/tesla-apiscraper.git
cd tesla-apiscraper

# Create the config file
cp config.py.compose config.py
sed -i "s/<email>/${teslaEmail}/g" ./config.py
Expand Down Expand Up @@ -54,4 +51,4 @@ sudo systemctl enable tesla-apiscraper.service

# Add pi or any other user you would like to the Docker Group
usermod -aG docker $(id -u -n)
reboot
reboot

0 comments on commit b78c117

Please sign in to comment.