Browse Source

Smaller meshclient image

Bob Mottram 7 years ago
parent
commit
f5020f8a52
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image View File

@@ -544,7 +544,7 @@ if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
544 544
     fi
545 545
 
546 546
     if [ ! $IMAGE_SIZE_SPECIFIED ]; then
547
-        IMAGE_SIZE=7.8G
547
+        IMAGE_SIZE=6G
548 548
     fi
549 549
 fi
550 550