This commit is contained in:
ahmadbilalkhalid 2019-09-07 13:22:11 +05:00
parent cb7e805e29
commit 07f83d8dfd
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ get_distro() {
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
fi
case $(get_distro) in
"alpine")