#!/bin/sh if [ ! -f /usr/sbin/locale-gen ]; then apt update && apt install -y locales fi locale-gen