From 22040bd4bdc53d40a193d7eb86166bf3b686b065 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:19:45 +0200 Subject: [PATCH] Pin ownfoil release to version 2.3.0 --- ct/ownfoil.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/ownfoil.sh b/ct/ownfoil.sh index 8a1750bfb..ec0182898 100644 --- a/ct/ownfoil.sh +++ b/ct/ownfoil.sh @@ -29,15 +29,15 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - - if check_for_gh_release "ownfoil" "a1ex4/ownfoil"; then + RELEASE="2.3.0" + if check_for_gh_release "ownfoil" "a1ex4/ownfoil" "${RELEASE}" "pinned until 2.4.0 (coming soon) is tested, possible Breaking Changes."; then msg_info "Stopping Service" systemctl stop ownfoil msg_ok "Stopped Service" create_backup /opt/ownfoil/app/config - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "ownfoil" "a1ex4/ownfoil" "tarball" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "ownfoil" "a1ex4/ownfoil" "tarball" "${RELEASE}" restore_backup