This commit is contained in:
ahmadbilalkhalid 2019-09-07 13:21:54 +05:00
parent 77e383942f
commit cb7e805e29
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ get_distro() {
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
"alpine")
# Install QEMU