4
0
mirror of https://github.com/QuasarApp/sdkmanager-android.git synced 2025-05-08 18:19:34 +00:00

remove old script

This commit is contained in:
Andrei Yankovich 2019-12-30 13:47:31 +03:00
parent 97d5be3c17
commit 8ab9d0e57c

@ -1,15 +0,0 @@
#!/bin/bash
BASE_DIR=$(dirname "$(readlink -f "$0")")
rm -f "$BASE_DIR/temp.zip"
rm -rdf "$BASE_DIR/source"
curl https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip --output "$BASE_DIR/temp.zip"
mkdir -p "$BASE_DIR/source"
unzip "$BASE_DIR/temp.zip" -d "$BASE_DIR/source"
chmod 777 -R "$BASE_DIR/source/"
snapcraft