added locale gen script

This commit is contained in:
2024-04-08 14:12:46 -05:00
parent b87a8111bd
commit dbdc5d6662
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8