Skip to content

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 d5e96c4 commit 4ba794a
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 4ba794a

Please sign in to comment.