mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Add German Swiss locale
French?
This commit is contained in:
parent
cb33c99d8e
commit
5e377a9caa
@ -171,6 +171,9 @@ then
|
||||
elif [ "$KEYBOARD_LAYOUT" = "fr" ]
|
||||
then
|
||||
sudo locale-gen "fr_FR.UTF-8" && sudo dpkg-reconfigure --frontend=noninteractive locales
|
||||
elif [ "$KEYBOARD_LAYOUT" = "ch" ]
|
||||
then
|
||||
sudo locale-gen "de_CH.UTF-8" && sudo dpkg-reconfigure --frontend=noninteractive locales
|
||||
fi
|
||||
|
||||
# Is this run as a pure root user?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user