Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Automatically detect NetBSD during standard install
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Nov 20, 2016
1 parent 6c9d9ff commit e6ba01c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ get_architecture() {
local _ostype=unknown-freebsd
;;

NetBSD)
local _ostype=unknown-netbsd
;;

DragonFly)
local _ostype=unknown-dragonfly
;;
Expand Down

0 comments on commit e6ba01c

Please sign in to comment.