ASMUpdate won't download or install skin
#31
agentgreen Wrote:what fixed it? removing the 0 on

(call :SKINUPDATE "Aeon Showmix
" ASMGIT git://github.com/andyblac/aeon.git origin/master 0 )

?

No. It hasn't been fixed.

I was just happy that I could see the full code by adding "REM" to the "@echo off" line in the batch file. The "@echo off" was deleting all the code and that was the reason I could only see one line - "0 was unexpected at this time"

In the last post, I have pasted all the code after executing ASMUpdate.bat from within a DOS window, so that you can have a look at it and try to figure out what is wrong.

I still can't download the Aeon Auriga, and still have no clue why.

Any solutions?
Reply
#32
Not really sure, but if it were me trying to fix it, I'd replace that 0 in the batch file with a 1 like the rest of them are.

rem ---- Aeon Showmix ----
if defined GETSHOWMIX (
call :SKINUPDATE "Aeon Showmix" ASMGIT git://github.com/andyblac/aeon.git origin/master 0
)
if %ERRFLAG% NEQ 0 (goto END)


Change the 0 after master to a 1.
Reply
#33
Changing the Zero didn't help it.

But I removed the whole of Aeon Showmix if then code. And it worked! Laugh

Downloading Auriga finally Cool

Thanks a ton Wink

I wonder why I was the only one to have this problem.
Reply
#34
haha great!

I have no idea why you were having problems, but glad it's resolved.
Reply
#35
Thanks a ton for taking an interest Big Grin

Your suggestion got me there finally! Nod
Reply
#36
no problem!
Reply

Logout Mark Read Team Forum Stats Members Help
ASMUpdate won't download or install skin0