Update ombi-install.sh

tweak
This commit is contained in:
tteckster 2024-04-09 20:18:26 -04:00 committed by GitHub
parent 0e02de596f
commit ba68b641de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -22,9 +22,10 @@ msg_ok "Installed Dependencies"
msg_info "Installing Ombi"
RELEASE=$(curl -sL https://api.github.com/repos/Ombi-app/Ombi/releases/latest | grep '"tag_name":' | cut -d'"' -f4)
wget -q https://github.com/Ombi-app/Ombi/releases/download/${RELEASE}/linux-x64.tar.gz
#echo "${RELEASE}" >/opt/${app}_version.txt
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
mkdir -p /opt/ombi
tar -xzf linux-x64.tar.gz -C /opt/ombi
rm -rf linux-x64.tar.gz
msg_ok "Installed Ombi"
msg_info "Creating Service"