Skip to content

Commit

Permalink
add apt-add-reposirory -y
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Nov 23, 2024
1 parent e69dfa9 commit 23ce382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/amd64/packer.build.amd64-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# install packer
if ! packer version 2>/dev/null; then
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-add-repository -y "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update
echo -e "\nInstalling packer..."
sudo apt-get install -y packer
Expand Down

0 comments on commit 23ce382

Please sign in to comment.