This commit is contained in:
CanbiZ (MickLesk)
2026-03-26 16:04:55 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ function update_script() {
exit
fi
if check_for_gh_release "geopulse" "tess1o/geopulse"; then
if check_for_gh_release "geopulse-backend" "tess1o/geopulse"; then
msg_info "Stopping Service"
systemctl stop geopulse-backend
msg_ok "Stopped Service"

View File

@@ -40,6 +40,7 @@ $STD apt install -y \
msg_ok "Installed Dependencies"
NODE_VERSION=24 setup_nodejs
PYTHON_VERSION=3.14 setup_uv
msg_info "Compiling SVT-AV1 (Patience)"
cd /tmp