From 1ab677064c3d8e7d3e5e1d43f33f6d3dd7931cd8 Mon Sep 17 00:00:00 2001 From: Ruben Date: Thu, 31 Jul 2025 00:19:51 -0500 Subject: [PATCH] point fedi-fe urls to hardcoded tag --- helperbot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helperbot b/helperbot index 3d1082a..0bcb453 100755 --- a/helperbot +++ b/helperbot @@ -698,8 +698,8 @@ function fedi_sync_blocklists { # update standalone frontends function fedi_update_frontends { - local mastodon_fe_url=https://github.com/sneexy-boi/synth.download/releases/latest/download/masto-fe.zip - local akkoma_fe_url=https://github.com/sneexy-boi/synth.download/releases/latest/download/akkoma-fe.zip + local mastodon_fe_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/masto-fe.zip + local akkoma_fe_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/akkoma-fe.zip local phanpy_url=https://github.com/cheeaun/phanpy/releases/latest/download/phanpy-dist.zip local pl_fe_url=https://pl.mkljczk.pl/pl-fe.zip local frontend_folder=/var/www/fedi-frontends