Mercurial > hg > cc > azure
diff workers/bin/installInTemplate.sh @ 5:580221a17890
comment out a lot not needed for vmss
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Fri, 28 Sep 2018 17:15:05 +0000 |
parents | 56d8823c68e0 |
children | c1c8275bd194 |
line wrap: on
line diff
--- a/workers/bin/installInTemplate.sh Fri Sep 28 15:18:07 2018 +0000 +++ b/workers/bin/installInTemplate.sh Fri Sep 28 17:15:05 2018 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash sudo apt-get -y install python3 parallel psmisc jq mercurial curl curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ jessie main" |\ @@ -6,4 +6,4 @@ sudo apt-get -y --force-yes install apt-transport-https sudo apt-get -y update sudo apt-get -y install azure-cli -sudo cat ~cc/.ssh/id_rsa.pub +#sudo cat ~cc/.ssh/id_rsa.pub