Skip to content

Commit

Permalink
Update installer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Safonkin committed Oct 13, 2021
1 parent 8ca0cf7 commit 32c76e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/install-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?
}

Expand Down

0 comments on commit 32c76e2

Please sign in to comment.