From 6515df2a9803fe63a192b3f81669c0980e6acc9a Mon Sep 17 00:00:00 2001 From: Alex Muthmann Date: Wed, 2 Oct 2019 14:50:02 +0200 Subject: [PATCH] Default to 8GB images --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4928b9e..a62fa93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: - sudo update-binfmts --display - unset GOROOT script: -- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img -s 8 +- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img - zip -s 2g pwnagotchi.zip pwnagotchi.img # TODO: deploy!