04-30-2018, 02:49 PM
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
-Tim
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