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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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