aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-08-14 23:06:24 +0200
committerPacien TRAN-GIRARD2015-08-14 23:06:24 +0200
commit4d6b397ed7e2f738d2d1578f3a8b52843bf592fd (patch)
tree8ad925de36fe04872437600da1ec7fa46eaa0912
parentec552c6c8a3c44790de6b74ed6cc502b3034ef8c (diff)
downloadvi7-root-4d6b397ed7e2f738d2d1578f3a8b52843bf592fd.tar.gz
Stop the execution of the script on error
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 2e34e5c..b1ba08f 100644
--- a/readme.md
+++ b/readme.md
@@ -59,7 +59,7 @@ Running the custom installation script will:
59 59
60 60
61```bash 61```bash
62adb shell /system/bin/sh -x /data/local/tmp/root-vi7.sh 62adb shell /system/bin/sh -x -e /data/local/tmp/root-vi7.sh
63``` 63```
64 64
65### Installing the GUI 65### Installing the GUI