September 18, 200916 yr I'm using unmenu package manager and towards the bottom of my go file I've got the usual auto added: cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c However, the packages set for auto_install do not work. root@silo:/boot/packages# ls *.auto_install cxxlibs-6.0.8-i486-4.tgz.auto_install* lsof-4.78-i486-1.tgz.auto_install* smartmontools-5.38-i486-1.tgz.auto_install* Running the line of code from the go file at the command lines does work. I can try to move the installpkg lines into the go script (where I install unraid_notify, socat (for ssl), mail, jed and powerdown) already. I'm moving files and can't powerdown but the only thing I can think to do is add a sleep. Perhaps unMenu isn't loaded and it needs to be? --dimes
Archived
This topic is now archived and is closed to further replies.