From 4d92cae20b8b1860e16ecc8656e713f6830f575c Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:25:51 +0200 Subject: [PATCH] rm: python --- install/postiz-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/postiz-install.sh b/install/postiz-install.sh index b4a4b8497..b5c3efd6f 100644 --- a/install/postiz-install.sh +++ b/install/postiz-install.sh @@ -16,7 +16,6 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ build-essential \ - python3 \ redis-server \ nginx msg_ok "Installed Dependencies" @@ -27,7 +26,6 @@ NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "temporal" "temporalio/cli" "prebuild" "latest" "/opt/temporal" "temporal_cli_*_linux_amd64.tar.gz" chmod +x /opt/temporal/temporal - fetch_and_deploy_gh_release "postiz" "gitroomhq/postiz-app" "tarball" msg_info "Installing pnpm" @@ -73,7 +71,6 @@ msg_ok "Ran Database Migrations" msg_info "Creating Services" PNPM_BIN="$(command -v pnpm)" - cat </etc/systemd/system/postiz-temporal.service [Unit] Description=Temporal Dev Server (Postiz)