Skip to content

Commit

Permalink
fix locales on debian (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
datamuc authored Sep 13, 2023
1 parent c56e4fd commit 5360ea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ function install_common_debian() {
apt-get update
apt-get install -y procps

apt-get install -y locales
sed -i -r '/de_DE|en_US/s/^# *//' /etc/locale.gen
dpkg-reconfigure --frontend=noninteractive locales

echo 'net.ipv6.conf.default.disable_ipv6 = 1' > /etc/sysctl.d/20-ipv6-disable.conf
echo 'net.ipv6.conf.all.disable_ipv6 = 1' >> /etc/sysctl.d/20-ipv6-disable.conf
echo 'net.ipv6.conf.lo.disable_ipv6 = 1' >> /etc/sysctl.d/20-ipv6-disable.conf
Expand Down

0 comments on commit 5360ea4

Please sign in to comment.