diff --git a/.travis.yml b/.travis.yml index 4928b9e3..a62fa934 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! diff --git a/scripts/create_sibling.sh b/scripts/create_sibling.sh index 1cb446d5..f2d9c114 100755 --- a/scripts/create_sibling.sh +++ b/scripts/create_sibling.sh @@ -13,7 +13,7 @@ THIS_DIR=$(pwd) PWNI_NAME="pwnagotchi" PWNI_OUTPUT="pwnagotchi.img" -PWNI_SIZE="4" +PWNI_SIZE="8" OPT_SPARSE=0 OPT_PROVISION_ONLY=0