WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Correct (if possible) way to update a tcz without a reboot  (Read 3391 times)

Offline onelife

  • Full Member
  • ***
  • Posts: 141
Re: Correct (if possible) way to update a tcz without a reboot
« Reply #15 on: August 13, 2017, 09:50:22 AM »
SUCCESS :)

So this seems to finally do the trick on TC  6, 7 and 8

Code: [Select]
sudo rm -f "/usr/local/tce.installed/studio"
sync
sleep 1
sudo busybox.suid umount -d /tmp/tcloop/studio
sleep 1
sync
sudo -u snb tce-load -i studio
sleep 1
$UPDATE/com/start.sh &

Thank you so much for your help - Really appreciated!