mirror of https://github.com/tteck/Proxmox.git
Update lazylibrarian-install.sh
This commit is contained in:
parent
064136c069
commit
a2fee3e4f2
|
@ -24,7 +24,7 @@ msg_ok "Installed Dependencies"
|
||||||
msg_info "Installing LazyLibrarian"
|
msg_info "Installing LazyLibrarian"
|
||||||
mkdir -p /opt/LazyLibrarian/
|
mkdir -p /opt/LazyLibrarian/
|
||||||
chmod 775 /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_ok "Installed LazyLibrarian"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|
Loading…
Reference in New Issue