This commit is contained in:
ahmadbilalkhalid 2019-09-07 14:09:12 +05:00
parent 07f83d8dfd
commit dc799bfab1
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
source ~/.bashrc
fi
case $(get_distro) in