Skip to content

Commit

Permalink
vagrant: fix netbsd pkgsrc
Browse files Browse the repository at this point in the history
9.0_current stopped working, let's use 9.3.
  • Loading branch information
ThomasWaldmann committed Aug 29, 2023
1 parent 055fb76 commit de51c67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ end

def packages_netbsd
return <<-EOF
# use the latest stuff, some packages in "9.2" are quite broken
echo 'http://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$arch/9.0_current/All' > /usr/pkg/etc/pkgin/repositories.conf
echo 'http://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$arch/9.3/All' > /usr/pkg/etc/pkgin/repositories.conf
pkgin update
pkgin -y upgrade
pkg_add zstd lz4 xxhash git
Expand Down

0 comments on commit de51c67

Please sign in to comment.