1
0
angie-conv-image/scripts/apt-env.sh
2024-07-11 13:35:07 +03:00

9 lines
134 B
Bash
Executable File

#!/bin/sh
set -a
DEBCONF_NONINTERACTIVE_SEEN=true
DEBIAN_FRONTEND=noninteractive
DEBIAN_PRIORITY=critical
TERM=linux
set +a
exec "$@"