This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ with Packer.
135
135
136
136
``` bash
137
137
sudo apt update
138
- sudo apt install -y ansible curl git jq libc6-dev libvirt-daemon-system libvirt-dev python3-winrm qemu-kvm sshpass virtualbox
138
+ sudo apt install -y ansible curl git jq libc6-dev libvirt-daemon-system libvirt-dev python3-winrm qemu-kvm sshpass unzip virtualbox
139
139
140
140
PACKER_LATEST_VERSION=" $( curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | jq -r -M ' .current_version' ) "
141
141
curl " https://releases.hashicorp.com/packer/${PACKER_LATEST_VERSION} /packer_${PACKER_LATEST_VERSION} _linux_amd64.zip" --output /tmp/packer_linux_amd64.zip
@@ -156,7 +156,7 @@ with Packer.
156
156
157
157
``` bash
158
158
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$( rpm -E %fedora) .noarch.rpm
159
- sudo dnf install -y ansible curl git jq libvirt libvirt-devel qemu-kvm ruby-devel VirtualBox
159
+ sudo dnf install -y ansible curl git jq libvirt libvirt-devel qemu-kvm ruby-devel unzip VirtualBox
160
160
161
161
PACKER_LATEST_VERSION=" $( curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | jq -r -M ' .current_version' ) "
162
162
curl " https://releases.hashicorp.com/packer/${PACKER_LATEST_VERSION} /packer_${PACKER_LATEST_VERSION} _linux_amd64.zip" --output /tmp/packer_linux_amd64.zip
You can’t perform that action at this time.
0 commit comments