• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 13
Script to Download, Install and Update Git-hosted Aeon Showmix/Auriga/Hitched
chmod +x ./asmupdate.sh
XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
Installing XBMC on Ubuntu can't get easier than this!
Before posting error/feature questions regarding XBMScript, read THIS
Run as root. Don't be a pussy
Reply
problem solved thanks
Reply
I ran the script once and it failed at the end. I continue to receive the following message every time I try and run it again:
'git' is not recognized as an internal or external command, operable program or batch file.

ERROR: Error Executing Git Clone for Aeon Showmix

Press any key to continue...

My config file as as follows:
@echo off

rem ---- EDIT THIS FILE FOR WINDOWS PLATFORM ----
rem Script Version: 20091006, Patrick Khoo

rem ---- Step 1: Configure Path to XBMC Skins Folder ----
rem Comment the line below with "rem" if you want/need to (Git) update your skins folder manually
rem or if you just want to keep a local Git copy of Aeon Skin/Mod(s) up-to-date outside XBMC
set XBMCFOLDER="C:\Program Files (x86)\XBMC\skin"

rem ---- Step 2: Choose the Skin You Want ----
rem Uncomment One/All of the below lines to download the Aeon Skin/Mod(s) as Required
rem Aeon Showmix (by andyblac)
set GETSHOWMIX=1
rem * Aeon Auriga (by djh)
rem set GETAURIGA=1
rem * Aeon Hitched (by hitcher)
rem set GETHITCHED=1
rem * Aeon Phil65 (by temmi2000)
rem set GETPHIL65=1

rem ---- Step 3: (If Needed) Configure Path to Git ----
rem Path to Git - Use Included Stripped Down Git, or Provide Your Own
set GITPATH="C:\Program Files (x86)\Git"
rem If you are using your own Git, try something like:
rem set GITPATH="C:\Program Files\Git"


How can I fix this?
Reply
try using the git in the script

rem gitpath again
Reply
RezzZ Wrote:try using the git in the script

rem gitpath again

No matter what I do I get an error that states "Error executing Git Clone for Aeon Showmix"
Reply
SiempreFresco Wrote:No matter what I do I get an error that states "Error executing Git Clone for Aeon Showmix"

Siempre, are you using your own Git? And you installed it into c:\program files (x86)\Git?
Reply
I installed it under vista in c:\program files\ASMupdate\

when I run the script I get:
Code:
fatal: destination path 'ASMGIT' already exists and is not an empty directory.

ERROR: Error Excecuting Git Clone for Aeon Showmix

Press any key to continue . . .

please advise

my asmconfig.bat looks like this
Code:
@echo off

rem ---- EDIT THIS FILE FOR WINDOWS PLATFORM ----
rem Script Version: 20091006, Patrick Khoo

rem ---- Step 1: Configure Path to XBMC Skins Folder ----
rem Comment the line below with "rem" if you want/need to (Git) update your skins folder manually
rem or if you just want to keep a local Git copy of Aeon Skin/Mod(s) up-to-date outside XBMC
set XBMCFOLDER="C:\XBMC\skin"

rem ---- Step 2: Choose the Skin You Want ----
rem Uncomment One/All of the below lines to download the Aeon Skin/Mod(s) as Required
rem * Aeon Showmix (by andyblac)
set GETSHOWMIX=1
rem * Aeon Auriga (by djh)
set GETAURIGA=1
rem * Aeon Hitched (by hitcher)
rem set GETHITCHED=1
rem * Aeon Phil65 (by temmi2000)
rem set GETPHIL65=1

rem ---- Step 3: (If Needed) Configure Path to Git ----
rem Path to Git - Use Included Stripped Down Git, or Provide Your Own
set GITPATH=%~dp0\git
rem If you are using your own Git, try something like:
rem set GITPATH="C:\Program Files\Git"
XBMC on HTPC with Ubuntu 12.04 connected to Amahi Home Server 750GB+1TB storage.
XBMC is probably the best thing that ever happened to me...!!! You people Rock!!!

HTPC: MB: Asus P5N7A-VM DDR: 2 x 1 GB Kingston CPU: Intel Core2DUO E8400 @ 3,0 GHz Coller: Scythe Shuriken
Reply
jochenz Wrote:I installed it under vista in c:\program files\ASMupdate\

when I run the script I get:
Code:
fatal: destination path 'ASMGIT' already exists and is not an empty directory.

ERROR: Error Excecuting Git Clone for Aeon Showmix

Press any key to continue . . .

please advise

my asmconfig.bat looks like this
Code:
@echo off

rem ---- EDIT THIS FILE FOR WINDOWS PLATFORM ----
rem Script Version: 20091006, Patrick Khoo

rem ---- Step 1: Configure Path to XBMC Skins Folder ----
rem Comment the line below with "rem" if you want/need to (Git) update your skins folder manually
rem or if you just want to keep a local Git copy of Aeon Skin/Mod(s) up-to-date outside XBMC
set XBMCFOLDER="C:\XBMC\skin"

rem ---- Step 2: Choose the Skin You Want ----
rem Uncomment One/All of the below lines to download the Aeon Skin/Mod(s) as Required
rem * Aeon Showmix (by andyblac)
set GETSHOWMIX=1
rem * Aeon Auriga (by djh)
set GETAURIGA=1
rem * Aeon Hitched (by hitcher)
rem set GETHITCHED=1
rem * Aeon Phil65 (by temmi2000)
rem set GETPHIL65=1

rem ---- Step 3: (If Needed) Configure Path to Git ----
rem Path to Git - Use Included Stripped Down Git, or Provide Your Own
set GITPATH=%~dp0\git
rem If you are using your own Git, try something like:
rem set GITPATH="C:\Program Files\Git"

solved
moved the ASMupdate folder to
c:\ASMupdate

ran the script again and everything works!
thanks for the wonderfull script
XBMC on HTPC with Ubuntu 12.04 connected to Amahi Home Server 750GB+1TB storage.
XBMC is probably the best thing that ever happened to me...!!! You people Rock!!!

HTPC: MB: Asus P5N7A-VM DDR: 2 x 1 GB Kingston CPU: Intel Core2DUO E8400 @ 3,0 GHz Coller: Scythe Shuriken
Reply
jochenz Wrote:solved
moved the ASMupdate folder to
c:\ASMupdate

ran the script again and everything works!
thanks for the wonderfull script

Good to hear that, could be the first time is related to permissions.. Vista and Win7 have restrictions on stuff in C:\Program Files and C:\Program Files (x86)...
Reply
hello! I am running XBMC on linux.

I have installed my aeon showmix with this script.

and now i want to updated.

for the update i just have to run the ./asmupdate.sh

again?

thanks
Reply
mat1983 Wrote:hello! I am running XBMC on linux.

I have installed my aeon showmix with this script.

and now i want to updated.

for the update i just have to run the ./asmupdate.sh

again?

thanks

Correct. Just run the script again whenever you want to update..
Reply
thanks patkhoo Wink
Reply
Hi

I am running XBMC live and i cannot get this script tow work. i am not a Linux person at all so I am finding it hard to make headway.

My asmconfig reads:

#!/bin/sh
XBMCFOLDER=/home/xbmc/.xbmc/skin
GETSHOWMIX=1
# * Aeon Auriga (by djh)
GETAURIGA=1
# * Aeon Hitched (by hitcher)
GETHITCHED=1
# * Aeon Phil65 (by temmi2000)
GETPHIL65=1
GITPATH=/home/xbmc/asmupdate/git-linux/

I get an error message:

./asmupdate.sh: 98: git: not found

ERROR: Error Executing Git Clone for Aeon Showmix

The paths are all correct.

What am I missing?

Thanks
Reply
creashor Wrote:Hi

I am running XBMC live and i cannot get this script tow work. i am not a Linux person at all so I am finding it hard to make headway.

My asmconfig reads:

#!/bin/sh
XBMCFOLDER=/home/xbmc/.xbmc/skin
GETSHOWMIX=1
# * Aeon Auriga (by djh)
GETAURIGA=1
# * Aeon Hitched (by hitcher)
GETHITCHED=1
# * Aeon Phil65 (by temmi2000)
GETPHIL65=1
GITPATH=/home/xbmc/asmupdate/git-linux/

I get an error message:

./asmupdate.sh: 98: git: not found

ERROR: Error Executing Git Clone for Aeon Showmix

The paths are all correct.

What am I missing?

Thanks

Have you tried using the default GITPATH - does it also crap out with the same reason? And can you check in the git-linux folder, is the git executable in there? Finally, go into the git-linux folder, and just run ./git and see if there is an error or a "usage" message...
Reply
Hi

The GIT executable is there and I can run it manually.

When you say the dfault path what do you mean? I see it says 'pwd'/git-linux but i dont know what that really means?

Thanks for your help
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 13

Logout Mark Read Team Forum Stats Members Help
Script to Download, Install and Update Git-hosted Aeon Showmix/Auriga/Hitched1