MIRROR="$3"
APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y"
+# Ensure we are in the user home folder
+cd
+
# Configure keyboard
cat <<-EOF | sudo tee /etc/default/keyboard > /dev/null
# KEYBOARD CONFIGURATION FILE
mkdir -p .custom
+if [ ! -e ".custom/xsession" ]; then
cat <<-EOF | tee .custom/xsession > /dev/null
#
# Custom X11 session config
#xrandr --output Virtual-0 --mode 1368x748_60.00
xrandr --output Virtual-0 --mode 1280x780_60.00
EOF
+fi
# Mozilla configuration
if [ ! -d ".mozilla" ]; then