diff --git a/compute/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx b/compute/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx index 0b1efce6c7..f7adf4f00a 100644 --- a/compute/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx +++ b/compute/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx @@ -26,10 +26,10 @@ You can also avoid this situation altogether by installing the package prior to ```sh add-apt-repository ppa:scaleway/stable ``` -2. Add the ovpn-scripts package containing the new scripts +2. Add the scaleway-ovpn-scripts package containing the new scripts ```sh -apt -y install ovpn-scripts +apt -y install scaleway-ovpn-scripts ``` 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 ```sh add-apt-repository ppa:scaleway/stable ``` -2. Add the ovpn-scripts package containing the new scripts +2. Add the scaleway-ovpn-scripts package containing the new scripts ```sh -apt -y install ovpn-scripts +apt -y install scaleway-ovpn-scripts ``` 3. Reboot your Instance.