Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down