Update dependency_check.zsh

six 2025-04-14 05:04:01 +00:00
parent f285d6831f
commit 78a5227e54
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ chkdep() {
# G6 Substrate # G6 Substrate
# SS58 Converter: http://github.com/shamilsan/ss58.org # 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 openssl >/dev/null 2>&1 || { echo >&2 "openssl is missing."; }
type curl >/dev/null 2>&1 || { echo >&2 "curl is missing."; } type curl >/dev/null 2>&1 || { echo >&2 "curl is missing."; }