Skip to content
Snippets Groups Projects
Commit 89d61382 authored by Antoine Schildknecht's avatar Antoine Schildknecht
Browse files

Update packer upgrade.sh script to install curl

parent 40791091
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ export APT="DEBIAN_FRONTEND=noninteractive apt-get -y -q -o Dpkg::Options::=--fo
sudo $APT purge unattended-upgrades
sudo $APT update
sudo $APT install apt-utils
sudo $APT install apt-utils curl
sudo $APT dist-upgrade
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment