File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
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=" Kasm"
99var_tags=" ${var_tags:- os} "
1010var_cpu=" ${var_cpu:- 2} "
11- var_ram=" ${var_ram:- 4192 } "
11+ var_ram=" ${var_ram:- 8192 } "
1212var_disk=" ${var_disk:- 30} "
1313var_os=" ${var_os:- debian} "
1414var_version=" ${var_version:- 12} "
Original file line number Diff line number Diff line change 2020 "script" : " ct/kasm.sh" ,
2121 "resources" : {
2222 "cpu" : 2 ,
23- "ram" : 4096 ,
23+ "ram" : 8192 ,
2424 "hdd" : 50 ,
2525 "os" : " Debian" ,
2626 "version" : " 12"
3636 "text" : " WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing." ,
3737 "type" : " warning"
3838 },
39+ {
40+ "text" : " Kasm needs swap (on Proxmox host) and activated FUSE to be installed successfully!" ,
41+ "type" : " warning"
42+ },
3943 {
4044 "text" : " Show password: `cat ~/kasm.creds`" ,
4145 "type" : " info"
You can’t perform that action at this time.
0 commit comments