diff --git a/functions.sh b/functions.sh index cc932ee..95f8480 100644 --- a/functions.sh +++ b/functions.sh @@ -15,5 +15,5 @@ cleanup (){ chroot_exec() { # Exec command in chroot - LANG=C LC_ALL=C chroot $R $* + LANG=C LC_ALL=C DEBIAN_FRONTEND=noninteractive chroot $R $* }