Ubuntu Pastebin

Paste from slabgrha at Fri, 28 Oct 2016 16:39:27 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  "provisioners": [
    {
      "type": "shell",
      "inline": [
        "sudo apt-get update -y",
        "sudo apt-get upgrade -y",
        "sudo apt-get install -y awscli"
      ]
    }
  ],
Download as text