setup/doc/openvpn.md

12 lines
139 B
Markdown
Raw Permalink Normal View History

2023-03-15 08:00:21 +01:00
# Setup openvpn
* update Apt repository cache
```
sudo apt update
```
* install
```
sudo apt install openvpn --no-install-recommends
```