Skip to content

Commit

Permalink
Fix incorrect hdd values in json files (community-scripts#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
havardthom authored Nov 21, 2024
1 parent 378a9be commit 068e52a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion json/debian-vm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "2G",
"hdd": "2",
"os": null,
"version": null
}
Expand Down
2 changes: 1 addition & 1 deletion json/haos-vm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "4096",
"hdd": "32G",
"hdd": "32",
"os": null,
"version": null
}
Expand Down
2 changes: 1 addition & 1 deletion json/nextcloud-vm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "12G",
"hdd": "12",
"os": "debian",
"version": 12
}
Expand Down
2 changes: 1 addition & 1 deletion json/openwrt.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resources": {
"cpu": "1",
"ram": "256",
"hdd": "512M",
"hdd": "0.5",
"os": null,
"version": null
}
Expand Down
2 changes: 1 addition & 1 deletion json/owncloud-vm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "12G",
"hdd": "12",
"os": "debian",
"version": 12
}
Expand Down
2 changes: 1 addition & 1 deletion json/pimox-haos-vm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "4096",
"hdd": "32G",
"hdd": "32",
"os": null,
"version": null
}
Expand Down
2 changes: 1 addition & 1 deletion json/ubuntu2204-vm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "2G",
"hdd": "2",
"os": null,
"version": null
}
Expand Down
2 changes: 1 addition & 1 deletion json/ubuntu2404-vm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "2G",
"hdd": "2",
"os": null,
"version": null
}
Expand Down

0 comments on commit 068e52a

Please sign in to comment.