Kodi Community Forum

Full Version: installing skin via shell
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I install this skin via shell in ubuntu?
I'm assuming something like:
Code:
sudo apt-get install xbmc-skin-transparency
But that doesn't work?!?
nope you can't install like that. Transparency! is not available in the ubuntu repo.

if you have to do it in the shell, try this:

Code:
cd ~/.xbmc/skin
wget http://sshcs.com/xbmc/binaries/skins/Transparency\!/Transparency\!.rar
unrar x Transparency\!.rar
rm Transparency\!.rar
Thank you Ronie! I'll give it a try later on.