1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00
This commit is contained in:
Frank Alvarado 2024-06-10 21:47:22 -05:00
parent 27b9807452
commit 8121a2f483

View file

@ -40,7 +40,7 @@ RELEASE=$(curl -s https://api.github.com/repos/mylar3/mylar3/releases/latest | g
$STD tar zxvf <(curl -fsSL https://github.com/mylar3/mylar3/archive/refs/tags/${RELEASE}.tar.gz) $STD tar zxvf <(curl -fsSL https://github.com/mylar3/mylar3/archive/refs/tags/${RELEASE}.tar.gz)
mv mylar3-${RELEASE:1} /opt/mylar3 mv mylar3-${RELEASE:1} /opt/mylar3
cd /opt/mylar3 cd /opt/mylar3
$STD pip3 install -r requirements.txt $STD python3 -m pip install -r requirements.txt
msg_ok "Installed Mylar3" msg_ok "Installed Mylar3"
msg_info "Creating Service" msg_info "Creating Service"
@ -64,4 +64,4 @@ customize
msg_info "Cleaning up" msg_info "Cleaning up"
$STD apt-get -y autoremove $STD apt-get -y autoremove
$STD apt-get -y autoclean $STD apt-get -y autoclean
msg_ok "Cleaned" msg_ok "Cleaned"