Skip to content

Commit

Permalink
Fix bug where flashing tool would not launch on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Jul 14, 2016
1 parent f84b669 commit 60cf600
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ mkdir Guzunty
sudo make install
)

sudo cp tingbot-flasher.service /lib/systemd/system
sudo systemctl enable tingbot-flasher.service
cd factory-sd
(
sudo cp tbflash /usr/bin/tbflash
sudo cp tingbot-flasher.service /lib/systemd/system
sudo systemctl enable tingbot-flasher.service
)

sudo shutdown -r now

0 comments on commit 60cf600

Please sign in to comment.