Daniel Zlotin 7 years ago
parent
commit
b154d384a2
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      scripts/clean.sh
  2. 1
    1
      scripts/installAndroidSDK.sh

+ 1
- 1
scripts/clean.sh View File

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

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