Update installer scripts

This commit is contained in:
Vladimir Safonkin 2021-10-13 11:20:57 +03:00
parent 7f88dbf08f
commit e05881add2

View File

@ -224,7 +224,7 @@ get_legacy_os_name() {
machine_has() {
eval $invocation
hash "$1" > /dev/null 2>&1
command -v "$1" > /dev/null 2>&1
return $?
}