mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Update dependencies (#13901)
This commit is contained in:
parent
323222a963
commit
9293dfaa82
2 changed files with 40 additions and 34 deletions
|
|
@ -13,6 +13,10 @@ setting_up_container
|
|||
network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing dependencies"
|
||||
$STD apt install -y whois
|
||||
msg_ok "Installed dependencies"
|
||||
|
||||
PG_VERSION="17" setup_postgresql
|
||||
PG_DB_NAME="domainlocker_db" PG_DB_USER="domainlocker" setup_postgresql_db
|
||||
NODE_VERSION="22" setup_nodejs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue