uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
679 stars 150 forks source link

Reduce output of APT in run-on-arch.sh #14

Closed joschi closed 4 years ago

joschi commented 4 years ago

Using apt in a non-interactive and TTY-less environment emits the following warning:

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

The environment variable DEBIAN_FRONTEND=noninteractive will tell APT not to retrieve interactive input from users, see also debconf(7) - Frontends.

uraimo commented 4 years ago

Thanks @joschi! Merging/tagging.