get-prebuilts: Create directory beforehand
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
parent
a6450bb108
commit
a6d2b4ed0c
@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
BASEDIR=`dirname $0`
|
BASEDIR=`dirname $0`
|
||||||
|
|
||||||
|
mkdir -p $BASEDIR/prebuilt/common/apps/
|
||||||
|
|
||||||
# Get FDroid
|
# Get FDroid
|
||||||
curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L http://f-droid.org/FDroid.apk
|
curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L http://f-droid.org/FDroid.apk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user