Skip to content

Commit

Permalink
fix generating locales (fixes #181)
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 27, 2023
1 parent 8d69b23 commit e8f9d73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/debian/install/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ set -e

echo "Install some common tools for further installation"
apt-get update
apt-get install -y vim wget net-tools locales bzip2 procps \
apt-get install -y vim wget net-tools locales bzip2 procps apt-utils \
python3-numpy #used for websockify/novnc
apt-get clean -y

echo "generate locales für en_US.UTF-8"
locale-gen en_US.UTF-8
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
locale-gen

0 comments on commit e8f9d73

Please sign in to comment.