From 53e5bc821cca46f736ee8a3a7d55fcab921148dc Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Tue, 31 Oct 2023 07:18:40 +0100 Subject: [PATCH] chore: wip Signed-off-by: Stephan Wendel --- src/modules/libre/start_chroot_script | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/modules/libre/start_chroot_script b/src/modules/libre/start_chroot_script index 23d21d82b..691cbbfa4 100644 --- a/src/modules/libre/start_chroot_script +++ b/src/modules/libre/start_chroot_script @@ -3,6 +3,15 @@ set -Eex + +## Set LC_ALL to prevent errors +export LC_ALL=C + +## Source CustomPIOS common.sh +# shellcheck disable=SC1091 +source /common.sh +install_cleanup_trap + echo_red "Libre DEBUG script" cat /etc/apt/sources.lst