File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
88APP=" BunkerWeb"
99var_tags=" ${var_tags:- webserver} "
1010var_cpu=" ${var_cpu:- 2} "
11- var_ram=" ${var_ram:- 4096 } "
11+ var_ram=" ${var_ram:- 8192 } "
1212var_disk=" ${var_disk:- 4} "
1313var_os=" ${var_os:- debian} "
1414var_version=" ${var_version:- 12} "
@@ -55,4 +55,4 @@ description
5555msg_ok " Completed Successfully!\n"
5656echo -e " ${CREATING}${GN}${APP} setup has been successfully initialized!${CL} "
5757echo -e " ${INFO}${YW} Access it using the following URL:${CL} "
58- echo -e " ${TAB}${GATEWAY}${BGN} http://${IP} /setup${CL} "
58+ echo -e " ${TAB}${GATEWAY}${BGN} http://${IP} /setup${CL} "
Original file line number Diff line number Diff line change 2020 "script" : " ct/bunkerweb.sh" ,
2121 "resources" : {
2222 "cpu" : 2 ,
23- "ram" : 4096 ,
23+ "ram" : 8192 ,
2424 "hdd" : 4 ,
2525 "os" : " debian" ,
2626 "version" : " 12"
You can’t perform that action at this time.
0 commit comments