Skip to content

Commit 60cf600

Browse files
committed
Fix bug where flashing tool would not launch on boot
1 parent f84b669 commit 60cf600

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

install.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ mkdir Guzunty
3333
sudo make install
3434
)
3535

36-
sudo cp tingbot-flasher.service /lib/systemd/system
37-
sudo systemctl enable tingbot-flasher.service
36+
cd factory-sd
37+
(
38+
sudo cp tbflash /usr/bin/tbflash
39+
sudo cp tingbot-flasher.service /lib/systemd/system
40+
sudo systemctl enable tingbot-flasher.service
41+
)
3842

3943
sudo shutdown -r now

0 commit comments

Comments
 (0)