Skip to content

Commit

Permalink
Merge pull request #238 from vsafonkin/v-vlsafo/fix-dependencies
Browse files Browse the repository at this point in the history
Update dependencies and installer scripts
  • Loading branch information
Vladimir Safonkin authored Oct 13, 2021
2 parents 7f88dbf + 4633264 commit e3ce416
Show file tree
Hide file tree
Showing 3 changed files with 1,106 additions and 2,820 deletions.
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
Loading

0 comments on commit e3ce416

Please sign in to comment.