Daniel Zlotin hace 7 años
padre
commit
b154d384a2
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      scripts/clean.sh
  2. 1
    1
      scripts/installAndroidSDK.sh

+ 1
- 1
scripts/clean.sh Ver fichero

@@ -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 Ver fichero

@@ -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