From 60cf6002c38d03a387963b14577efbfde3e5de4d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 14 Jul 2016 16:45:33 +0100 Subject: [PATCH] Fix bug where flashing tool would not launch on boot --- install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b4167c4..d7538d6 100644 --- a/install.sh +++ b/install.sh @@ -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