diff options
author | Simon Rettberg | 2023-06-27 15:03:37 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-06-27 15:03:37 +0200 |
commit | 64b68adaee842e52a9aed4120e0919f33c3b98a4 (patch) | |
tree | 961033eefd142bb04525a62b9153020c6080f3c9 /satellit_upgrader | |
parent | [SS*S] tmate now requires SHA256 fingerprints in its config file (diff) | |
download | setup-scripts-64b68adaee842e52a9aed4120e0919f33c3b98a4.tar.gz setup-scripts-64b68adaee842e52a9aed4120e0919f33c3b98a4.tar.xz setup-scripts-64b68adaee842e52a9aed4120e0919f33c3b98a4.zip |
[SS*S] Add /etc/locale.conf
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 287b3d2..c9c7e67 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -351,6 +351,9 @@ failprint apt autoremove -y ## Enable unix socket passwordless local connection (commented out since default in Debian 9+ anyways) #mysql -e "UPDATE user SET plugin = 'unix_socket' WHERE Host = 'localhost' AND User = 'root'" +# Fix locale to C.UTF-8 for systemd +diffcp "system" "/etc/locale.conf" + # ********************** Taskmanager *********************** # Do this first in case one of the later updates depends on the taskmanager # Config files |