mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-13 00:39:46 +00:00
9 lines
111 B
Bash
9 lines
111 B
Bash
#!/bin/bash
|
|
|
|
cat > /etc/profile << "EOF"
|
|
# Begin /etc/profile
|
|
|
|
export LANG=en_IN.UTF-8
|
|
|
|
# End /etc/profile
|
|
EOF
|