File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ function update_script() {
2929 msg_error " No ${APP} Installation Found!"
3030 exit
3131 fi
32-
33- if check_for_gh_release " ownfoil" " a1ex4/ownfoil" ; then
32+ RELEASE= " 2.3.0 "
33+ if check_for_gh_release " ownfoil" " a1ex4/ownfoil" " ${RELEASE} " " pinned until 2.4.0 (coming soon) is tested, possible Breaking Changes. " ; then
3434 msg_info " Stopping Service"
3535 systemctl stop ownfoil
3636 msg_ok " Stopped Service"
3737
3838 create_backup /opt/ownfoil/app/config
3939
40- CLEAN_INSTALL=1 fetch_and_deploy_gh_release " ownfoil" " a1ex4/ownfoil" " tarball"
40+ CLEAN_INSTALL=1 fetch_and_deploy_gh_release " ownfoil" " a1ex4/ownfoil" " tarball" " ${RELEASE} "
4141
4242 restore_backup
4343
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $STD apt install -y git
1818msg_ok " Installed Dependencies"
1919
2020setup_uv
21- fetch_and_deploy_gh_release " ownfoil" " a1ex4/ownfoil" " tarball"
21+ fetch_and_deploy_gh_release " ownfoil" " a1ex4/ownfoil" " tarball" " 2.3.0 "
2222
2323msg_info " Setting up Ownfoil"
2424cd /opt/ownfoil
You can’t perform that action at this time.
0 commit comments