From 1a885d7335d59845340f7570a07761c939eba4b4 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sat, 21 Jun 2025 14:32:37 +0200 Subject: [PATCH] Update Postiz --- install/postiz-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/postiz-install.sh b/install/postiz-install.sh index e5597b3e..7f55e9f4 100644 --- a/install/postiz-install.sh +++ b/install/postiz-install.sh @@ -51,7 +51,7 @@ $STD apt-get update $STD apt-get install caddy msg_ok "Set up Caddy" -fetch_and_deploy_gh_release "gitroomhq/postiz-app" +fetch_and_deploy_gh_release "postiz" "gitroomhq/postiz-app" msg_info "Configuring Postiz" LOCAL_IP=$(hostname -I | awk '{print $1}')