Skip to content

Commit 50c3bcb

Browse files
authored
Update vpn-gateway-strongswan-install-include.md
1 parent ae592f8 commit 50c3bcb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

includes/vpn-gateway-strongswan-install-include.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ The following configuration was used for the steps below:
1414

1515
Use the following commands to install the required strongSwan configuration:
1616

17+
```
18+
sudo apt-get update
19+
```
20+
21+
```
22+
sudo apt-get upgrade
23+
```
24+
1725
```
1826
sudo apt install strongswan
1927
```
@@ -32,4 +40,4 @@ Use the following command to install the Azure command-line interface:
3240
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
3341
```
3442

35-
For more information, see [Additional instructions to install the Azure CLI](/cli/azure/install-azure-cli-apt).
43+
For more information, see [Additional instructions to install the Azure CLI](/cli/azure/install-azure-cli-apt).

0 commit comments

Comments
 (0)