diff options
| -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> |
