Explorar el Código

silence error

next_step
Luigi Cruz hace 3 años
padre
commit
31751d1f04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      build_base.sh

+ 1
- 1
build_base.sh Ver fichero

@@ -8,7 +8,7 @@ printf "(OK)\n"

if [[ "$PISDR_ARCH" != $(uname -p) ]]; then
printf "Enabling qemu kernel components... "
update-binfmts --enable qemu-arm > /dev/null 2>&1
update-binfmts --enable qemu-arm > /dev/null 2>&1 | true
if [ ! "$(ls -A /proc/sys/fs/binfmt_misc/)" ]; then
printf "(NOK)\n"
exit


Cargando…
Cancelar
Guardar