Kodi Community Forum

Full Version: [Linux] is there an auto-download script for Linux like T3CH for xbox?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to search for this answer but couldn't find anything.

I'm trying to find out if there is a script like the T3CH downloader (xbox) available for xbmc live (installed to HDD , aspire revo).
I found the page with nightly bleeding edge builds for Linux, but it would be easier to install them through xbmc's GUI for obvious reasons.

First post, be gentle! Have answered at least a hundred other q's for myself over the years by judicious use of search!
Unless someone's written a script for it, you'll need to read up on apt-get. It'll be by CLI, which you can get to by using a keyboard.
Code:
1)Ctrl+Alt+(F1-F6)  <== This gets you to a prompt
2)Login using U/N and P/W (Usually xbmc/xbmc on live installs)
3)sudo apt-get update <== Checks the apt repositories and syncs latest files
4)sudo apt-get upgrade <==Installs latest files for those that have newer versions online
5)sudo reboot
thank you, I'll try that!