forked from six/CryptoZSH
Update dependency_check.zsh
parent
f285d6831f
commit
78a5227e54
|
@ -11,7 +11,7 @@ chkdep() {
|
|||
|
||||
# G6 Substrate
|
||||
# SS58 Converter: http://github.com/shamilsan/ss58.org
|
||||
type subkey >/dev/null 2>&1 || { echo >&2 "wget is missing."; }
|
||||
type subkey >/dev/null 2>&1 || { echo >&2 "subkey is missing."; }
|
||||
type openssl >/dev/null 2>&1 || { echo >&2 "openssl is missing."; }
|
||||
type curl >/dev/null 2>&1 || { echo >&2 "curl is missing."; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue