akanda-appliance-builder/diskimage-builder/elements/akanda/post-install.d/90-fix-locale

6 lines
117 B
Bash
Executable File

#!/bin/bash
# ensure the locale is properly setup
sed -i 's/^# en_US.UTF-8/en_US.UTF-8/' /etc/locale.gen
locale-gen