Skip to content

Commit b26aa0e

Browse files
committed
netbsd: pkgsrc dl
1 parent 7a9fa4a commit b26aa0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/vagrant/netbsd/Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Vagrant.configure("2") do |config|
8585

8686
config.vm.provision "env", type: "shell", inline:<<-SHELL
8787
set -x
88+
ftp ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2024Q4/pkgsrc.tar.gz
89+
tar -xzf pkgsrc.tar.gz -C /usr
8890
ls /usr/pkgsrc/lang
8991
cd /usr/pkgsrc/lang/gcc14
9092
make install clean clean-depens

0 commit comments

Comments
 (0)