Update debian-setup.sh

This commit is contained in:
Newnius 2024-12-24 14:56:55 +00:00
parent 5efb97b6a6
commit 0257adeba3

View File

@ -39,7 +39,7 @@ apt update
# install necessary tools
echo "[INFO] Installing necessary tools"
apt install -y curl vim git sudo ca-certificates apt-transport-https haveged tree
apt install -y curl vim git sudo ca-certificates apt-transport-https haveged tree cron
# set locale to
echo 'LANG=en_US.UTF-8' > /etc/default/locale