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 ##########################################################################################