Skip to content

Commit

Permalink
ci: update packages in freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Dec 1, 2022
1 parent 32b237a commit d1b3263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
config.vm.define "freebsd" do |bsd|
vm = bsd.vm
vm.box = "generic/freebsd12"
vm.provision "shell", inline: "pkg install -y git py38-pip py38-sqlite3", privileged: true
vm.provision "shell", inline: "pkg update; pkg install -y git py39-pip py39-sqlite3", privileged: true
vm.provision "shell", inline: "echo 'export PATH=$HOME/.local/bin:$PATH' >> $HOME/.bash_profile", privileged: false
end
end

0 comments on commit d1b3263

Please sign in to comment.