mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 13:21:44 +01:00
#4893 temp re-introduce en_GB for v1.11.4
This commit is contained in:
parent
9df064d502
commit
92dfe71f84
@ -35,6 +35,12 @@ if [ "$command" = "1" ] || [ "$command" = "on" ]; then
|
||||
sudo apt install -y postgresql-$PG_VERSION
|
||||
fi
|
||||
|
||||
# make sure en_GB locale is available for now - see #4893
|
||||
echo "# temp fixing locale"
|
||||
sudo sed -i '/^#en_GB.UTF-8 UTF-8/s/^#//' /etc/locale.gen
|
||||
sudo sed -i '/^# en_GB.UTF-8 UTF-8/s/^# //' /etc/locale.gen
|
||||
sudo locale-gen
|
||||
|
||||
postgres_datadir="/var/lib/postgresql" # default data dir
|
||||
postgres_confdir="/etc/postgresql" # default conf dir
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user