Remove redundant package installs

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Poulette
2026-02-26 01:18:34 +01:00
committed by GitHub
parent 9716fcded1
commit 0f6966bbdf

View File

@@ -14,9 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
curl \
sudo \
$STD apt install -y \
mc
msg_ok "Installed Dependencies"