remove unneded apt-get install command

This commit is contained in:
CanbiZ 2024-12-29 12:27:16 +01:00 committed by GitHub
parent 152eb6b2bb
commit c754f4e243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install --no-install-recommends --yes \
$STD apt-get install -y \
curl \
sudo \
mc \