Update lazylibrarian-install.sh

This commit is contained in:
MountyMapleSyrup 2024-04-02 16:59:42 -04:00 committed by GitHub
parent 064136c069
commit a2fee3e4f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing LazyLibrarian"
mkdir -p /opt/LazyLibrarian/
chmod 775 /opt/LazyLibrarian/
$STD git clone https://gitlab.com/LazyLibrarian/LazyLibrarian /opt
$STD git clone https://gitlab.com/LazyLibrarian/LazyLibrarian /opt/LazyLibrarian
msg_ok "Installed LazyLibrarian"
msg_info "Creating Service"