Skip to content

Commit 4583a63

Browse files
karibouLouis Bouchard
andauthored
fix(instances): fix wrong scaleway-ovpn-scripts package name in examples (#3838)
Co-authored-by: Louis Bouchard <[email protected]>
1 parent 1fba3f0 commit 4583a63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compute/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ You can also avoid this situation altogether by installing the package prior to
2626
```sh
2727
add-apt-repository ppa:scaleway/stable
2828
```
29-
2. Add the ovpn-scripts package containing the new scripts
29+
2. Add the scaleway-ovpn-scripts package containing the new scripts
3030

3131
```sh
32-
apt -y install ovpn-scripts
32+
apt -y install scaleway-ovpn-scripts
3333
```
3434

3535
From this point on, your Instance may be safely rebooted and you will no longer lose VPN functionality.
@@ -41,10 +41,10 @@ From this point on, your Instance may be safely rebooted and you will no longer
4141
```sh
4242
add-apt-repository ppa:scaleway/stable
4343
```
44-
2. Add the ovpn-scripts package containing the new scripts
44+
2. Add the scaleway-ovpn-scripts package containing the new scripts
4545

4646
```sh
47-
apt -y install ovpn-scripts
47+
apt -y install scaleway-ovpn-scripts
4848
```
4949

5050
3. Reboot your Instance.

0 commit comments

Comments
 (0)