mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 23:06:34 +08:00
Stop run.sh when installing dependencies fails (#490)
This commit is contained in:
parent
b05bb4fa92
commit
8337c73a1e
@ -26,7 +26,7 @@ if [ ! "$BASH_VERSION" ]; then
|
|||||||
fi
|
fi
|
||||||
cd "$(dirname "$0")" || exit 1
|
cd "$(dirname "$0")" || exit 1
|
||||||
|
|
||||||
./install_deps.sh
|
./install_deps.sh || exit 1
|
||||||
|
|
||||||
WHIPTAIL=$(command -v whiptail 2>/dev/null)
|
WHIPTAIL=$(command -v whiptail 2>/dev/null)
|
||||||
DIALOG=$(command -v dialog 2>/dev/null)
|
DIALOG=$(command -v dialog 2>/dev/null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user