diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-13 12:37:30 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-13 12:37:30 -0500 |
| commit | 7de63a1f42cef80057e121a434c4879113152a31 (patch) | |
| tree | 22d31c9ea54840018d56454a2c121e85ec6b9a80 /static | |
| parent | b1b15ca524a5cd083dc466a81e84ae20b8976e85 (diff) | |
avoid transitional bsdtar package for Debian
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index b2b1856b..701933b1 100644 --- a/static/install.html +++ b/static/install.html @@ -214,7 +214,7 @@ <p>To download, verify and extract the standalone platform-tools on Debian and Ubuntu:</p> - <pre>sudo apt install bsdtar + <pre>sudo apt install libarchive-tools curl -O https://dl.google.com/android/repository/platform-tools_r30.0.5-linux.zip echo 'd6d72d006c03bd55d49b6cef9f00295db02f0a31da10e121427e1f4cb43e7cb9 platform-tools_r30.0.5-linux.zip' | sha256sum -c bsdtar xvf platform-tools_r30.0.5-linux.zip</pre> |
