From 5e3c600d3c765ae23d88428aaaaca0cf6f24db89 Mon Sep 17 00:00:00 2001 From: MountyMapleSyrup <159492850+MountyMapleSyrup@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:31:59 -0400 Subject: [PATCH] Update lazylibrarian-install.sh Add dependencies that every script installs --- install/lazylibrarian-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/lazylibrarian-install.sh b/install/lazylibrarian-install.sh index a166782e..4c0efd15 100644 --- a/install/lazylibrarian-install.sh +++ b/install/lazylibrarian-install.sh @@ -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"