From 8d5948ba4c29d8231dab4aef6a343076a9def08a Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sun, 6 Sep 2020 20:46:59 -0700 Subject: [PATCH] Support for Android terminal emulators --- deposit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deposit.sh b/deposit.sh index 0cfc0b0d..21f5005f 100755 --- a/deposit.sh +++ b/deposit.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [[ "$OSTYPE" == "linux-gnu"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then +if [[ "$OSTYPE" == "linux-gnu"* ]] || [[ "$OSTYPE" == "linux-android"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then echo $OSTYPE if [[ $1 == "install" ]]; then echo "Installing dependencies..."