Skip to content

Commit

Permalink
Update installers
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Jul 20, 2024
1 parent b4737b4 commit 18b9c2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions externals/install-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ get_machine_architecture() {
echo "loongarch64"
return 0
;;
riscv64)
echo "riscv64"
return 0
;;
esac
fi

Expand Down

0 comments on commit 18b9c2a

Please sign in to comment.