Update installer scripts
This commit is contained in:
parent
8ca0cf75a1
commit
32c76e2669
|
@ -224,7 +224,7 @@ get_legacy_os_name() {
|
||||||
machine_has() {
|
machine_has() {
|
||||||
eval $invocation
|
eval $invocation
|
||||||
|
|
||||||
hash "$1" > /dev/null 2>&1
|
command -v "$1" > /dev/null 2>&1
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue