Do not export unnecessarily
This commit is contained in:
parent
5e24d2d704
commit
f8f3335d3d
2
build.sh
2
build.sh
|
@ -36,5 +36,3 @@ fi
|
|||
pmbootstrap install \
|
||||
--password pw \
|
||||
--android-recovery-zip --recovery-install-partition data \
|
||||
|
||||
pmbootstrap export
|
||||
|
|
4
push.sh
4
push.sh
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash -xe
|
||||
|
||||
adb push /tmp/postmarketOS-export/pmos-samsung-a7y18lte.zip /external_sdcard/pmos-samsung-a7y18lte.zip
|
||||
adb push \
|
||||
~/.local/var/pmbootstrap/chroot_buildroot_aarch64/var/lib/postmarketos-android-recovery-installer/pmos-samsung-a7y18lte.zip \
|
||||
/external_sdcard/pmos-samsung-a7y18lte.zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user