Skip to content

Commit 4842ca3

Browse files
authored
Merge pull request #36 from asha-gadde/main
added entry for zip installation in packer-rg.sh
2 parents 9a2be20 + 08cb617 commit 4842ca3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packer-rg.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
"source": "config",
8181
"destination": "{{user `RG_SRC`}}/config"
8282
},
83+
{
84+
"type": "shell",
85+
"inline": [
86+
"sudo apt install zip -y"
87+
]
88+
},
8389
{
8490
"type": "shell",
8591
"environment_vars": ["RG_HOME=/opt/deploy/sp2","RG_SRC=/home/ubuntu"],

0 commit comments

Comments
 (0)