From 0257adeba344998d1340b93f541dae826bcac381 Mon Sep 17 00:00:00 2001 From: Newnius Date: Tue, 24 Dec 2024 14:56:55 +0000 Subject: [PATCH] Update debian-setup.sh --- debian-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-setup.sh b/debian-setup.sh index e71fa33..ce32a83 100644 --- a/debian-setup.sh +++ b/debian-setup.sh @@ -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