Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ct/commafeed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi

JAVA_VERSION="25" setup_java

if check_for_gh_release "commafeed" "Athou/commafeed"; then
msg_info "Stopping Service"
systemctl stop commafeed
Expand Down
4 changes: 2 additions & 2 deletions install/commafeed-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ msg_info "Installing Dependencies"
$STD apt-get install -y rsync
msg_ok "Installed Dependencies"

JAVA_VERSION="17" setup_java
JAVA_VERSION="25" setup_java
fetch_and_deploy_gh_release "commafeed" "Athou/commafeed" "prebuild" "latest" "/opt/commafeed" "commafeed-*-h2-jvm.zip"

msg_info "Creating Service"
Expand All @@ -27,7 +27,7 @@ Description=CommaFeed Service
After=network.target
[Service]
ExecStart=java -jar quarkus-run.jar
ExecStart=java -Xminf0.05 -Xmaxf0.1 -jar quarkus-run.jar
WorkingDirectory=/opt/commafeed/
Restart=always
Expand Down