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.
2 parents f0a38e9 + d8b14e8 commit 9ea92c2Copy full SHA for 9ea92c2
packer/install-prereqs.sh
@@ -50,3 +50,6 @@ sudo apt install s3fs
50
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CC86BB64
51
sudo add-apt-repository ppa:rmescandon/yq
52
sudo apt update && sudo apt install yq -y
53
+
54
+#install jq
55
+sudo apt install jq -y
0 commit comments