diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-11 23:09:42 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-11 23:09:42 -0400 |
| commit | f5170a5149e17eeac5b815bf40f391b1cb940af4 (patch) | |
| tree | 4c75b19ef9f4cd0ae67455118a3046675b4baec9 /static | |
| parent | 01d1b2d196162cb49275bc5c4a2f61812c59e788 (diff) | |
use curl instead of wget
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index b6cef59c..e0226731 100644 --- a/static/build.html +++ b/static/build.html @@ -767,7 +767,7 @@ git am --whitespace=nowarn ../patches/*.patch</pre> <pre>mkdir ~/sdk cd ~/sdk -wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip +curl -O https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip unzip sdk-tools-linux-4333796.zip rm sdk-tools-linux-4333796.zip</pre> |
