Adding MC to the deps

This commit is contained in:
ulmentflam 2024-06-14 10:49:58 -04:00
parent 3e3fbebf3e
commit cf9ea042b7
No known key found for this signature in database

View file

@ -16,6 +16,7 @@ update_os
msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y build-essential
msg_ok "Installed Dependencies"