File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,28 @@ The following configuration was used for the steps below:
14
14
15
15
| | |
16
16
| ---| ---|
17
- | Computer| Ubuntu Server 16 .04< br >ID_LIKE=debian< br >PRETTY_NAME="Ubuntu 16.04.4 LTS"< br >VERSION_ID="16.04" |
17
+ | Computer| Ubuntu Server 18 .04|
18
18
| Dependencies| strongSwan |
19
19
20
20
21
21
Use the following commands to install the required strongSwan configuration:
22
22
23
23
```
24
- apt-get install strongswan-ikev2 strongswan-plugin-eap-tls
24
+ sudo apt install strongswan
25
25
```
26
26
27
27
```
28
- apt-get install libstrongswan-standard-plugins
28
+ sudo apt install strongswan-pki
29
29
```
30
30
31
31
```
32
- apt-get install strongswan-pki
32
+ sudo apt install libstrongswan-extra-plugins
33
33
```
34
+
35
+ Use the following command to install the Azure command-line interface:
36
+
37
+ ```
38
+ curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
39
+ ```
40
+
41
+ [ Additional instructions on how to install the Azure CLI] ( https://docs.microsoft.com/cli/azure/install-azure-cli-apt?view=azure-cli-latest )
You can’t perform that action at this time.
0 commit comments