mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-26 23:15:55 +01:00
fix(databasus): add missing rclone dependency
rclone is required for cloud backup destinations (S3, GCS, etc.) as shown in the upstream Dockerfile.
This commit is contained in:
@@ -17,7 +17,8 @@ msg_info "Installing Dependencies"
|
||||
$STD apt install -y \
|
||||
nginx \
|
||||
valkey \
|
||||
mariadb-client
|
||||
mariadb-client \
|
||||
rclone
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PG_VERSION="17" setup_postgresql
|
||||
|
||||
Reference in New Issue
Block a user