a
This commit is contained in:
parent
77e383942f
commit
cb7e805e29
1 changed files with 4 additions and 0 deletions
4
init.sh
4
init.sh
|
@ -3,6 +3,10 @@ get_distro() {
|
||||||
echo $OS
|
echo $OS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ! grep -q "export LC_ALL=C.UTF-8" ~/.bashrc; then
|
||||||
|
echo 'export LC_ALL=C.UTF-8' >> ~/.bashrc
|
||||||
|
echo 'export LANG=C.UTF-8' >> ~/.bashrc
|
||||||
|
|
||||||
case $(get_distro) in
|
case $(get_distro) in
|
||||||
"alpine")
|
"alpine")
|
||||||
# Install QEMU
|
# Install QEMU
|
||||||
|
|
Loading…
Reference in a new issue