Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Oct 31, 2023
1 parent f786427 commit 53e5bc8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/modules/libre/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53e5bc8

Please sign in to comment.