Update lazylibrarian-install.sh

Add dependencies that every script installs
This commit is contained in:
MountyMapleSyrup
2024-04-02 16:31:59 -04:00
committed by GitHub
parent d99e0907e5
commit 5e3c600d3c

View File

@@ -14,6 +14,9 @@ network_check
update_os update_os
msg_info "Installing Dependencies" 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 git $STD apt-get install -y git
$STD apt-get install -y python3 $STD apt-get install -y python3
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"