Update lazylibrarian-install.sh

tweak
This commit is contained in:
tteckster
2024-04-03 18:31:23 -04:00
committed by GitHub
parent cc7d0920d5
commit 6f7427ff0e

View File

@ -30,8 +30,6 @@ $STD pip install soupsieve
msg_ok "Installed Python3 Dependencies"
msg_info "Installing LazyLibrarian"
mkdir -p /opt/LazyLibrarian/
chmod 775 /opt/LazyLibrarian/
$STD git clone https://gitlab.com/LazyLibrarian/LazyLibrarian /opt/LazyLibrarian
msg_ok "Installed LazyLibrarian"