Mercurial > hg > cc > azure
comparison workers/bin/installInTemplate.sh @ 14:c1c8275bd194
trying to make this work
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 18 Oct 2018 14:30:04 +0000 |
parents | 580221a17890 |
children | 9631fca89cc6 |
comparison
equal
deleted
inserted
replaced
13:bba589cab837 | 14:c1c8275bd194 |
---|---|
4 echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ jessie main" |\ | 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 | 5 sudo tee /etc/apt/sources.list.d/azure-cli.list |
6 sudo apt-get -y --force-yes install apt-transport-https | 6 sudo apt-get -y --force-yes install apt-transport-https |
7 sudo apt-get -y update | 7 sudo apt-get -y update |
8 sudo apt-get -y install azure-cli | 8 sudo apt-get -y install azure-cli |
9 #sudo cat ~cc/.ssh/id_rsa.pub | 9 sudo adduser --disabled-password -GECOS "CC master" cc |
10 sudo su -c 'ssh-keygen -t rsa -N "" -f /home/cc/.ssh/id_rsa' cc | |
11 sudo cat ~cc/.ssh/id_rsa.pub |