cross compilation with qemu enabled

This commit is contained in:
Marc Wäckerlin
2018-08-21 14:32:20 +00:00
parent 470797c758
commit 8ad42e23cc
9 changed files with 2832 additions and 57 deletions

View File

@@ -24,7 +24,7 @@ else
fi
function install() {
if ${SUDO} apt-get -y install $*; then
if ${SUDO} apt-get install -y --force-yes --no-install-suggests --no-install-recommends $*; then
return 0
else
return 1