Update 'debian-setup.sh'

This commit is contained in:
Newnius 2022-12-31 12:16:02 +00:00
parent 6536e3cf3f
commit 0735ccba52

View File

@ -42,7 +42,8 @@ echo "[INFO] Installing necessary tools"
apt install -y curl vim git sudo ca-certificates apt-transport-https haveged tree
# set locale to
update-locale LANG=LANG=en_US.UTF-8 LANGUAGE
# update-locale LANG=LANG=en_US.UTF-8 LANGUAGE
echo 'LANG=en_US.UTF-8' > /etc/default/locale
# Vim no mouse select
touch ~/.vimrc # make sure file exists