17 Aug
2011
17 Aug
'11
12:35 p.m.
Hi, I tested the automatic install with 2011.08.16 but it is failing while executing target_prepare_pacman. I want to install the package only from the local core repository without donwloading anything from a mirror. The problem seems to be on line 36: [ -n "$MIRROR" ] && configure_mirrorlist runtime || return 1 If $MIRROR is unspecified, my case, this always ends with an exit code of 1. Should it not be something like that: [ -n "$MIRROR" ] && configure_mirrorlist runtime Thanks Charles