Update basic-install.sh

Increase required free bytes.
pull/314/head
Adam Warner 8 years ago
parent 592af80659
commit a0673c7028

@ -118,7 +118,7 @@ welcomeDialogs() {
verifyFreeDiskSpace() {
# 25MB is the minimum space needed (20MB install + 5MB one day of logs.)
requiredFreeBytes=25600
requiredFreeBytes=51200
existingFreeBytes=`df -lk / 2>&1 | awk '{print $4}' | head -2 | tail -1`
if ! [[ "$existingFreeBytes" =~ ^([0-9])+$ ]]; then

Loading…
Cancel
Save