Daniel Zlotin 8 anos atrás
pai
commit
34c83fc360
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      scripts/clean.sh
  2. 1
    1
      scripts/installAndroidSDK.sh

+ 1
- 1
scripts/clean.sh Ver arquivo

@@ -1,4 +1,4 @@
1
-#!/bin/sh -e
1
+#!/usr/bin/env 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 arquivo

@@ -1,4 +1,4 @@
1
-#!/bin/sh -e
1
+#!/usr/bin/env 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