1
0
Fork 0
mirror of synced 2026-06-05 17:15:14 +00:00

Update installer scripts

This commit is contained in:
Vladimir Safonkin 2021-10-13 14:27:43 +03:00
commit 32c76e2669

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 $?
}