Skip to content

Commit

Permalink
debian: update distro_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Dec 10, 2023
1 parent 5ec13b2 commit ed1426d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro-build/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ write_plugin() {
distro_setup() {
${TAB}# Configure en_US.UTF-8 locale.
${TAB}run_proot_cmd sed -i -E 's/# (en_US.UTF-8)/\1/g' /etc/locale.gen
${TAB}sed -i -E 's/#[[:space:]]?(en_US.UTF-8[[:space:]]+UTF-8)/\1/g' ./etc/locale.gen
${TAB}run_proot_cmd DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales
}
Expand Down

0 comments on commit ed1426d

Please sign in to comment.