mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-24 13:17:16 +02:00
rm: python
This commit is contained in:
@@ -16,7 +16,6 @@ update_os
|
|||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt install -y \
|
$STD apt install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
python3 \
|
|
||||||
redis-server \
|
redis-server \
|
||||||
nginx
|
nginx
|
||||||
msg_ok "Installed Dependencies"
|
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"
|
fetch_and_deploy_gh_release "temporal" "temporalio/cli" "prebuild" "latest" "/opt/temporal" "temporal_cli_*_linux_amd64.tar.gz"
|
||||||
chmod +x /opt/temporal/temporal
|
chmod +x /opt/temporal/temporal
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "postiz" "gitroomhq/postiz-app" "tarball"
|
fetch_and_deploy_gh_release "postiz" "gitroomhq/postiz-app" "tarball"
|
||||||
|
|
||||||
msg_info "Installing pnpm"
|
msg_info "Installing pnpm"
|
||||||
@@ -73,7 +71,6 @@ msg_ok "Ran Database Migrations"
|
|||||||
|
|
||||||
msg_info "Creating Services"
|
msg_info "Creating Services"
|
||||||
PNPM_BIN="$(command -v pnpm)"
|
PNPM_BIN="$(command -v pnpm)"
|
||||||
|
|
||||||
cat <<EOF >/etc/systemd/system/postiz-temporal.service
|
cat <<EOF >/etc/systemd/system/postiz-temporal.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Temporal Dev Server (Postiz)
|
Description=Temporal Dev Server (Postiz)
|
||||||
|
|||||||
Reference in New Issue
Block a user