From 5da33328c57c25c7a26c7ddf4db23562130d0b0c Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 13 Aug 2024 01:08:15 +0200 Subject: [PATCH] Update 4_server-compile.sh --- script/4_server-compile.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/script/4_server-compile.sh b/script/4_server-compile.sh index 5446076..d7d9535 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -10,15 +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 tmux sudo curl net-tools locate nano software-properties-common ##########################################################################################