Update lazylibrarian-install.sh

Add dependencies that every script installs
pull/2723/head
MountyMapleSyrup 1 year ago committed by GitHub
parent d99e0907e5
commit 5e3c600d3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      install/lazylibrarian-install.sh

@ -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"

Loading…
Cancel
Save