Added mc.

This commit is contained in:
Johanna Rührig 2025-01-01 21:22:02 +01:00
parent f8f890f01f
commit 7f69965576

View File

@ -17,11 +17,12 @@ update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
nodejs \ nodejs \
npm sudo \ npm \
sudo \
git \ git \
python3 \ python3 \
curl \ curl \
unzip \ mc \
build-essential \ build-essential \
libwebp-dev \ libwebp-dev \
libsasl2-dev \ libsasl2-dev \