We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be432bf commit 4bd6910Copy full SHA for 4bd6910
Vagrantfile
@@ -8,8 +8,8 @@ Vagrant.configure("2") do |config|
8
config.vm.provision "shell", inline: <<-SHELL
9
yes | pkg update
10
yes | pkg upgrade
11
- yes | pkg install python38-3.8.18
12
- yes | pkg install php80-composer-2.6.6
+ yes | pkg install python38
+ yes | pkg install php82-composer
13
yes | pkg install portsnap
14
portsnap fetch --interactive
15
portsnap extract
@@ -24,4 +24,4 @@ Vagrant.configure("2") do |config|
24
vb.customize ["modifyvm", :id, "--nictype1", "virtio"]
25
vb.customize ["modifyvm", :id, "--nictype2", "virtio"]
26
end
27
-end
+end
0 commit comments