summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorVladislav <stvlad06@gmail.com>2022-09-12 21:18:04 +0300
committerDaniel Micay <danielmicay@gmail.com>2022-09-12 15:48:01 -0400
commitd069469668616356f7849abf40d1bd472faa361e (patch)
treeb4d1cbeb54902bf39c8fb556a47e87c66755e556 /static/build.html
parentb96a45b9746c3cb85f98b8ee922e485804baf052 (diff)
change ownership for vendor/adevtool as well
fixes following running choosecombo/m command: `find: vendor/adevtool/dl/redfin-tp1a.220905.004: Permission denied`
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index cb547a7d..a7899b5a 100644
--- a/static/build.html
+++ b/static/build.html
@@ -502,7 +502,7 @@ m aapt2</pre>
<pre>vendor/adevtool/bin/run download vendor/adevtool/dl/ -d <var>DEVICE</var> -b <var>BUILD_ID</var> -t factory ota
sudo vendor/adevtool/bin/run generate-all vendor/adevtool/config/<var>DEVICE</var>.yml -c vendor/state/<var>DEVICE</var>.json -s vendor/adevtool/dl/<var>DEVICE</var>-<var>BUILD_ID</var>-*.zip
-sudo chown -R $(logname):$(logname) vendor/google_devices
+sudo chown -R $(logname):$(logname) vendor/{google_devices,adevtool}
vendor/adevtool/bin/run ota-firmware vendor/adevtool/config/<var>DEVICE</var>.yml -f vendor/adevtool/dl/<var>DEVICE</var>-ota-<var>BUILD_ID</var>-*.zip</pre>
</section>