Przeglądaj źródła

silence error

next_step
Luigi Cruz 3 lat temu
rodzic
commit
31751d1f04
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      build_base.sh

+ 1
- 1
build_base.sh Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz