server_config/_requirements.sh

39 lines
706 B
Bash
Raw Normal View History

# Install nala
apt update
apt upgrade -y
2024-05-30 12:09:01 +02:00
apt install -y nala
# Install base utilities
echo "[server_config] > Installing required utilities (base)"
nala install -y \
curl \
unzip \
ffmpeg \
2024-05-30 13:31:46 +02:00
systemctl \
2024-05-30 13:20:06 +02:00
wget \
2024-06-04 16:15:33 +02:00
gpg \
# Install admin-sys utilities
echo "[server_config] > Installing required utilities (admin-sys)"
nala install -y \
lsb-release \
nmap \
xxd \
# Install comfort utilities
echo "[server_config] > Installing required utilities (comfort)"
nala install -y \
bat \
btop \
fzf \
tmux \
tmate \
zoxide \
# Install really necessary utilities
echo "[server_config] > Installing required utilities (really necessary)"
nala install -y \
cmatrix \
cowsay \
sl \