File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,10 @@ jobs:
204
204
name : Install vagrant
205
205
run : |
206
206
set -x
207
+ wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
208
+ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
207
209
sudo apt-get update
208
- sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant vagrant-libvirt ruby-libvirt
210
+ sudo apt-get install -y libvirt-dev libvirt- daemon libvirt-daemon-system vagrant vagrant-libvirt ruby-libvirt
209
211
sudo systemctl enable --now libvirtd
210
212
sudo chmod a+rw /var/run/libvirt/libvirt-sock
211
213
vagrant plugin install vagrant-libvirt
You can’t perform that action at this time.
0 commit comments