Hey all, sorry for such a dumb question (or is it?)...
Is there a way to update the skin directory without downloading the entire skin again? I have a Mac OS X, and I use Terminal to clone the Alaska directory. I'm sure it's a simple command, but I couldn't find the answer googling.
Thanks!
UnisonRuss
Senior Member Posts: 247 Joined: Jan 2009 Reputation: 0 Location: Los Angeles |
2010-01-26 12:00
Post: #1
I love my Mac Mini :;): |
| find quote |
sandman4sure
Senior Member Joined: Jun 2008 Reputation: 0 |
2010-01-26 12:24
Post: #2
You will need git to download it.
I have a script which you can run to download / update the Alaska skin. (Don't know where I have found it, but thanks for the creator of it!) You will have to make sure the path to your skin directory is right and git is installed. AlaskaSkinInstaller.sh |
| find quote |
UnisonRuss
Senior Member Posts: 247 Joined: Jan 2009 Reputation: 0 Location: Los Angeles |
2010-01-26 12:41
Post: #3
Okay, I open Terminal, then drop in the script, and hit enter, and it says "Permission denied," any chance you know what this means? Thank you for your help!
Just to add I did set the skin path, and git is installed. I love my Mac Mini :;): |
| find quote |
Montellese
Team-XBMC Developer Joined: Jan 2009 Reputation: 20 Location: Switzerland |
2010-01-26 13:12
Post: #4
If you have git installed, open a terminal, cd to the skins directory and clone the git repository with "git clone ...". After that you can simple go to the Alaska directory in the terminal and run "git pull" and will get all the latest changes since your last pull. You won't have to download the whole stuff over and over again.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
sandman4sure
Senior Member Joined: Jun 2008 Reputation: 0 |
2010-01-26 13:35
Post: #5
UnisonRuss Wrote:Okay, I open Terminal, then drop in the script, and hit enter, and it says "Permission denied," any chance you know what this means? Thank you for your help! Ah, you will need to make the script executable. In terminal type: PHP Code: chmod u+x AlaskaSkinInstaller.sh Then it will work I think |
| find quote |
shadylog
Junior Member Posts: 27 Joined: Dec 2009 Reputation: 0 |
2010-01-26 13:51
Post: #6
Just go to the directory Alaska and in that directory (in terminal) do command "git pull"
That will update everything. It did for me. |
| find quote |
oo_void
Member Posts: 69 Joined: Jun 2009 Reputation: 1 |
2010-01-26 19:09
Post: #7
Once you get the hang if it, you'll love using git for downloading updates. It's quick and easy to use and automate. The big bonus is that it allows you to make local changes without locking you out of Hitcher's updates.
|
| find quote |
calmdown
Member Posts: 70 Joined: Dec 2009 Reputation: 4 Location: Sweden |
2010-01-26 22:05
Post: #8
EDIT: I got it all figured out, github is new to me, and works really well
(This post was last modified: 2010-01-26 22:58 by calmdown.)
|
| find quote |
grey
Senior Member Joined: Nov 2008 Reputation: 0 Location: Chisinau, Moldova |
2010-01-26 23:43
Post: #9
how did you get git installed into appletv ?
|
| find quote |
UnisonRuss
Senior Member Posts: 247 Joined: Jan 2009 Reputation: 0 Location: Los Angeles |
2010-01-27 00:04
Post: #10
Montellese Wrote:If you have git installed, open a terminal, cd to the skins directory and clone the git repository with "git clone ...". After that you can simple go to the Alaska directory in the terminal and run "git pull" and will get all the latest changes since your last pull. You won't have to download the whole stuff over and over again. That worked great! I already had it cloned in my skin directory, so I CD to the skin directory, typed git pull, and all was well! I love my Mac Mini :;): |
| find quote |


![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help