mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
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:
@@ -1,3 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -f /usr/sbin/locale-gen ]; then
|
||||
apt update && apt install -y locales
|
||||
fi
|
||||
|
||||
locale-gen
|
||||
|
||||
Reference in New Issue
Block a user