Daniel Zlotin 7 vuotta sitten
vanhempi
commit
b154d384a2
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      scripts/clean.sh
  2. 1
    1
      scripts/installAndroidSDK.sh

+ 1
- 1
scripts/clean.sh Näytä tiedosto

@@ -1,4 +1,4 @@
1
-#!/usr/bin/env sh -e
1
+#!/bin/sh -e
2 2
 
3 3
 watchman watch-del-all 2> /dev/null || true
4 4
 rm -rf "$TMPDIR/react-packager-*" || true

+ 1
- 1
scripts/installAndroidSDK.sh Näytä tiedosto

@@ -1,4 +1,4 @@
1
-#!/usr/bin/env sh -e
1
+#!/bin/sh -e
2 2
 
3 3
 curl --location http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz | tar -x -z -C $HOME
4 4