Skip to content

Commit 1bedbb1

Browse files
authored
Merge pull request #824 from tbu-/pr_netbsd
Automatically detect NetBSD during standard install
2 parents f5eb14c + 4ba794a commit 1bedbb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rustup-init.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ get_architecture() {
163163
local _ostype=unknown-freebsd
164164
;;
165165

166+
NetBSD)
167+
local _ostype=unknown-netbsd
168+
;;
169+
166170
DragonFly)
167171
local _ostype=unknown-dragonfly
168172
;;

0 commit comments

Comments
 (0)