#!/bin/bash
set -e

cat > /etc/profile << "EOF"
# Begin /etc/profile

export LANG=en_US
export LC_TIME=POSIX

# End /etc/profile
EOF