From b4ad53a9b97c945b36d2eb85d4176dd5b3d3475e Mon Sep 17 00:00:00 2001 From: MountyMapleSyrup <159492850+MountyMapleSyrup@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:04:29 -0400 Subject: [PATCH] Updating formatting for dependencies in lazylibrarian-install.sh --- install/lazylibrarian-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install/lazylibrarian-install.sh b/install/lazylibrarian-install.sh index 40238696..817d63cc 100644 --- a/install/lazylibrarian-install.sh +++ b/install/lazylibrarian-install.sh @@ -19,13 +19,15 @@ $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" + +msg_info "Installing Python3 Dependencies" $STD apt-get install -y pip $STD apt-get install -y python3-irc $STD pip install jaraco.stream $STD pip install python-Levenshtein $STD pip install soupsieve -msg_ok "Installed Dependencies" +msg_ok "Installed Python3 Dependencies" msg_info "Installing LazyLibrarian" mkdir -p /opt/LazyLibrarian/