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:
parent
97d5be3c17
commit
8ab9d0e57c
15
snapcraft.sh
15
snapcraft.sh
@ -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
|
Loading…
x
Reference in New Issue
Block a user