From f77d5f01fb32fef64654837e870d9796fc4afe3c Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 9 Apr 2024 20:21:39 -0400
Subject: [PATCH] Update ombi.sh

Remove `.tar.gz`
---
 ct/ombi.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ct/ombi.sh b/ct/ombi.sh
index 27da5680..4e53aa6b 100644
--- a/ct/ombi.sh
+++ b/ct/ombi.sh
@@ -64,6 +64,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
   msg_info "Updating ${APP} to ${RELEASE}"
   wget -q https://github.com/Ombi-app/Ombi/releases/download/${RELEASE}/linux-x64.tar.gz
   tar -xzf linux-x64.tar.gz -C /opt/ombi
+  rm -rf linux-x64.tar.gz
   echo "${RELEASE}" >/opt/${APP}_version.txt
   msg_ok "Updated ${APP} to ${RELEASE}"