Update 4_server-compile.sh

This commit is contained in:
bash
2024-08-13 01:08:15 +02:00
committed by GitHub
parent 459ad7ef0d
commit 5da33328c5

View File

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