pull/3165/head
Frank Alvarado 1 year ago
parent 27b9807452
commit 8121a2f483
  1. 4
      install/mylar3-install.sh

@ -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"

Loading…
Cancel
Save