blob: 348895e14643d6fc80ec1e9acc26aee864b97e01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
### Building the walinuxagent snap package
1. You will need the snappy developer tools on your Ubuntu Developer Desktop:
$ sudo add-apt-repository ppa:snappy-dev/tools
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install snappy-tools
2. Copy the azurelinuxagent folder to snappy/lib
$ cp -rf azurelinuxagent snappy/lib
3. Build the snap package under the snappy folder
$ cd snappy
$ snappy build
|