mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2025-02-05 17:00:04 +00:00
10 lines
111 B
Bash
10 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cat > /etc/profile << "EOF"
|
||
|
# Begin /etc/profile
|
||
|
|
||
|
export LANG=en_IN.UTF-8
|
||
|
|
||
|
# End /etc/profile
|
||
|
EOF
|