5 lines
67 B
Bash
5 lines
67 B
Bash
#!/bin/bash
|
|
|
|
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
|
|
locale-gen
|