04-30-2018, 05:26 PM
(04-30-2018, 02:49 PM)Tim Curtis Wrote: Hi,
Try editing ./mosbuild/mosbuild_worker.sh
- locate STEP 6 section
- add -y after apt-get in the 2 occurrences of the code block below (apt-get -y autoremove)
OR
- comment out the 2 occurrences of the code block below
Code:DEBIAN_FRONTEND=noninteractive apt-get autoremove
if [ $? -ne 0 ] ; then
cancelBuild "** Error: Autoremove failed"
fi
-Tim
Uh ok, this worked, thanks! I read that someone here used the latest version of raspbian so I used it too and everything went fine; excellent build this one by the way!