use curl instead of wget
This commit is contained in:
parent
01d1b2d196
commit
f5170a5149
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user