mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 04:10:11 +00:00
NetVisor: add build deps, increase RAM (#9205)
* NetVisor: add pkg-config as build dependency - this will be needed for v0.9.2 * Add libssl-dev as build dependency * Increase RAM to 3GB * Change apt-get to apt for package installation --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
parent
ee2f5ef9b3
commit
4074fb67e1
3 changed files with 12 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"script": "ct/netvisor.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"ram": 3072,
|
||||
"hdd": 6,
|
||||
"os": "Debian",
|
||||
"version": "13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue