installing skin via shell
#1
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?!?
Reply
#2
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
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Thank you Ronie! I'll give it a try later on.
Reply

Logout Mark Read Team Forum Stats Members Help
installing skin via shell0