diff options
author | Pacien TRAN-GIRARD | 2015-08-14 23:06:24 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-08-14 23:06:24 +0200 |
commit | 4d6b397ed7e2f738d2d1578f3a8b52843bf592fd (patch) | |
tree | 8ad925de36fe04872437600da1ec7fa46eaa0912 /readme.md | |
parent | ec552c6c8a3c44790de6b74ed6cc502b3034ef8c (diff) | |
download | vi7-root-4d6b397ed7e2f738d2d1578f3a8b52843bf592fd.tar.gz |
Stop the execution of the script on error
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Running the custom installation script will: | |||
59 | 59 | ||
60 | 60 | ||
61 | ```bash | 61 | ```bash |
62 | adb shell /system/bin/sh -x /data/local/tmp/root-vi7.sh | 62 | adb shell /system/bin/sh -x -e /data/local/tmp/root-vi7.sh |
63 | ``` | 63 | ``` |
64 | 64 | ||
65 | ### Installing the GUI | 65 | ### Installing the GUI |