Mercurial > hg > cc > azure
annotate workers/bin/installInTemplate.sh @ 6:a3b30e707e83
assume we are cc
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Sat, 29 Sep 2018 14:50:30 +0000 |
parents | 580221a17890 |
children | c1c8275bd194 |
rev | line source |
---|---|
5
580221a17890
comment out a lot not needed for vmss
Henry S. Thompson <ht@markup.co.uk>
parents:
4
diff
changeset
|
1 #!/bin/bash |
4 | 2 sudo apt-get -y install python3 parallel psmisc jq mercurial curl |
3 curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - | |
4 echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ jessie main" |\ | |
5 sudo tee /etc/apt/sources.list.d/azure-cli.list | |
6 sudo apt-get -y --force-yes install apt-transport-https | |
7 sudo apt-get -y update | |
8 sudo apt-get -y install azure-cli | |
5
580221a17890
comment out a lot not needed for vmss
Henry S. Thompson <ht@markup.co.uk>
parents:
4
diff
changeset
|
9 #sudo cat ~cc/.ssh/id_rsa.pub |