From cf7d9cdf5e299ba6e1841bfdd5c0c45a96ddfd0f Mon Sep 17 00:00:00 2001 From: Lawrence-Tang Date: Fri, 9 Aug 2019 17:49:27 +0800 Subject: [PATCH] add android-tools-fsutils --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index d673949..63f893a 100755 --- a/install.sh +++ b/install.sh @@ -51,3 +51,6 @@ sudo apt -y install ack-grep # openwrt sudo apt-get -y install repo time gettext java-propose-classpath + +# simg2img +sudo apt-get -y install android-tools-fsutils