Misc updates (#1030)

* add back mc in ubuntu

* omada 5.8.4
This commit is contained in:
tteckster 2023-02-07 00:00:13 -05:00 committed by GitHub
parent a79ecedb80
commit d3bceff8ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 5 deletions

View file

@ -86,7 +86,7 @@ if [ "$ubuntuversion" = "18" ] || [ "$ubuntuversion" -le "18" ]; then
fi
msg_info "Installing Dependencies"
$STD apt-get install -y curl sudo git
$STD apt-get install -y curl sudo git mc
$STD apt-get install -y make zip net-tools
$STD apt-get install -y gcc g++ cmake
msg_ok "Installed Dependencies"