From 0eae66deecf5e25320482cae6692377ab67f2ff9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 4 May 2024 17:14:19 -0700 Subject: [PATCH] Add basic sysadmin tools Signed-off-by: Tommy --- Ubuntu-24.04-Server.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ubuntu-24.04-Server.sh b/Ubuntu-24.04-Server.sh index 900843d..c701769 100644 --- a/Ubuntu-24.04-Server.sh +++ b/Ubuntu-24.04-Server.sh @@ -38,6 +38,9 @@ sudo apt update -y sudo apt full-upgrade -y sudo apt autoremove -y +## Install basic sysadmin tools +sudo apt install nano iputils-ping + # Make home directory private sudo chmod 700 /home/*