mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-13 21:15:08 -05:00
Use https to download SDK
This commit is contained in:
parent
d16d95d840
commit
17a2309bb9
@ -22,7 +22,7 @@ cd $SDK_DIR
|
||||
|
||||
# download the SDK
|
||||
if [ ! -f $SDK_DIR/android-sdk_$SDK_VERSION-linux.tgz ]; then
|
||||
wget http://dl.google.com/android/android-sdk_$SDK_VERSION-linux.tgz
|
||||
wget https://dl.google.com/android/android-sdk_$SDK_VERSION-linux.tgz
|
||||
tar -xzvf android-sdk_$SDK_VERSION-linux.tgz
|
||||
fi
|
||||
SDK_DIR=$SDK_DIR/android-sdk-linux
|
||||
|
Loading…
Reference in New Issue
Block a user