From a8e585c3d0b5da03ff946e2b350438e5a83e64ca Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Wed, 31 Jul 2024 19:30:55 -0500 Subject: [PATCH] add note Signed-off-by: Aaron Murray --- preinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/preinstall b/preinstall index f280c74..8e7638f 100755 --- a/preinstall +++ b/preinstall @@ -1,5 +1,7 @@ #!/bin/bash +# this script should be run when instructed to. + export DEBIAN_FRONTEND=noninteractive export APT_LISTCHANGES_FRONTEND=none export LANG=C.UTF-8