mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 19:50:34 +00:00
Merge pull request #93 from miguelmota/patch_1
Support for Android terminal emulators
This commit is contained in:
commit
febfc319f9
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$OSTYPE" == "linux"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
if [[ "$OSTYPE" == "linux"* ]] || [[ "$OSTYPE" == "linux-android"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
echo $OSTYPE
|
||||
if [[ $1 == "install" ]]; then
|
||||
echo "Installing dependencies..."
|
||||
|
Loading…
Reference in New Issue
Block a user