[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
This commit is contained in:
Philip 2016-11-23 19:44:31 +01:00
parent bdf55196c3
commit 53b3ce5dc1

View file

@ -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"