Update package-vtun.md

pull/401/head
Signor Pellegrino 2024-08-25 01:05:03 +03:00 committed by GitHub
parent 74aac41396
commit ae8f3769d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@ To connect to the server, go to the extensions tab, specify the IP address or do
### Example of vtun compilation for server
Installing components and dependencies for Debian/Ubuntu
```
apt-get install -y bison build-essential curl flex
```
Automatic compilation script
```
#!/bin/bash
#