This commit is contained in:
CanbiZ 2025-06-16 15:09:02 +02:00
parent 7519a0893b
commit e6b08d7d16

View File

@ -14,7 +14,8 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y yq
curl -sSL https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 \
-o /usr/local/bin/yq && chmod +x /usr/local/bin/yq
msg_ok "Installed Dependencies"
PG_VERSION="16" install_postgresql