fixups: install package 'locales' when 'local-gen' is missing

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I10c9bb920051918293423e40ce3c2bd920d419ed
This commit is contained in:
Dongjin Kim
2023-08-17 12:59:33 +09:00
parent b0cad6b585
commit 5f4bdf7085

View File

@@ -1,3 +1,7 @@
#!/bin/sh #!/bin/sh
if [ ! -f /usr/sbin/locale-gen ]; then
apt update && apt install -y locales
fi
locale-gen locale-gen