mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Stop run.sh when installing dependencies fails (#490)
This commit is contained in:
parent
b05bb4fa92
commit
8337c73a1e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [ ! "$BASH_VERSION" ]; then
|
|||
fi
|
||||
cd "$(dirname "$0")" || exit 1
|
||||
|
||||
./install_deps.sh
|
||||
./install_deps.sh || exit 1
|
||||
|
||||
WHIPTAIL=$(command -v whiptail 2>/dev/null)
|
||||
DIALOG=$(command -v dialog 2>/dev/null)
|
||||
|
|
Loading…
Add table
Reference in a new issue