Skip to content

Commit

Permalink
ubuntu: update distro_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Dec 11, 2023
1 parent 261e856 commit fab73ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro-build/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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
}
EOF
Expand Down

0 comments on commit fab73ae

Please sign in to comment.