Skip to content

Commit

Permalink
Merge pull request #115 from ethereum/dev
Browse files Browse the repository at this point in the history
Merge `dev` -> `master`
  • Loading branch information
CarlBeek authored Sep 22, 2020
2 parents e04863f + febfc31 commit 4fb74da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deposit.sh
Original file line number Diff line number Diff line change
@@ -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..."
Expand Down

0 comments on commit 4fb74da

Please sign in to comment.