locale-gen on Debian does not take arguments and just read from /etc/locale.gen. (#648)

This commit is contained in:
Emfox Zhou
2025-03-15 09:43:41 +02:00
committed by GitHub
parent eb88d59d31
commit 1485f7c4e8
+1
View File
@@ -50,6 +50,7 @@ case $(lsb_release -is) in
;; ;;
Debian) Debian)
$minimal_apt_get_install locales locales-all $minimal_apt_get_install locales locales-all
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
;; ;;
*) *)
;; ;;