From d7767a65a7f2ee886502a59163ddc8ca8c05a958 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 26 Mar 2026 15:54:34 +0100 Subject: [PATCH 1/2] fireshare: missing uv --- install/fireshare-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/fireshare-install.sh b/install/fireshare-install.sh index f33b936ab..b2ed27d64 100644 --- a/install/fireshare-install.sh +++ b/install/fireshare-install.sh @@ -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 From afc21cae3462379c80197a169b76858f0f9cf95b Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Thu, 26 Mar 2026 15:54:56 +0100 Subject: [PATCH 2/2] fix: geopulse: update check --- ct/geopulse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/geopulse.sh b/ct/geopulse.sh index ffd1803d5..9f9d06b89 100644 --- a/ct/geopulse.sh +++ b/ct/geopulse.sh @@ -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"