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"