mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 02:55:54 +00:00
Add build-essential and libpq-dev to dependencies
This commit is contained in:
@@ -16,7 +16,10 @@ update_os
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y \
|
||||
apt-transport-https \
|
||||
ca-certificates nginx
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
libpq-dev \
|
||||
nginx
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PYTHON_VERSION="3.11" setup_uv
|
||||
|
||||
Reference in New Issue
Block a user