From e5ab7424cc32633ba6559fde76fe36582800ab19 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sat, 5 Oct 2024 14:14:47 +0200 Subject: [PATCH] Update 4_server-compile.sh --- script/4_server-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/4_server-compile.sh b/script/4_server-compile.sh index 13ae5c0..3122458 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -10,7 +10,7 @@ then ########################################################################################## sudo apt update && \ sudo apt full-upgrade -y && \ - sudo apt-get install -y btop tmux sudo curl net-tools locate nano software-properties-common + sudo apt-get install -y btop ncdu tmux sudo curl net-tools locate nano software-properties-common ##########################################################################################