Fix command line

This commit is contained in:
Damillora 2022-06-13 14:06:34 +07:00
parent d2c2e8ea2a
commit 34c8281018
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
rom_fp="$(date +%y%m%d).sophie"
cd /android
lunch treble_arm64_bgN-userdebug

View File

@ -1,3 +1,6 @@
dpkg --add-architecture i386
apt-get update
apt-get install -y \
build-essential \
imagemagick \