From 53b3ce5dc12536e071ba4c8c98b5db4d16e80e93 Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 23 Nov 2016 19:44:31 +0100 Subject: [PATCH] [util-yaml] lower value 'requiredStorage' to 7.9 GiB - this might satisfy Windows-Klicki-Bunti users - however we should create a more dynamic approach and calculate the real need of space --- lib/util-yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 63ca610..52c8115 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -173,7 +173,7 @@ write_welcome_conf(){ echo "showReleaseNotesUrl: true" >> "$conf" echo '' >> "$conf" echo "requirements:" >> "$conf" - echo " requiredStorage: 8.0" >> "$conf" + echo " requiredStorage: 7.9" >> "$conf" echo " requiredRam: 1.0" >> "$conf" echo " check:" >> "$conf" echo " - storage" >> "$conf"