mirror of https://github.com/OpenIPC/wiki.git
Update package-vtun.md, update notes
parent
bc3e668819
commit
6867d96799
|
@ -26,7 +26,7 @@ To connect to the server, go to the extensions tab, specify the IP address or do
|
||||||
Installing components and dependencies for Debian/Ubuntu
|
Installing components and dependencies for Debian/Ubuntu
|
||||||
|
|
||||||
```
|
```
|
||||||
apt install -y bison bridge-utils build-essential curl flex
|
apt install -y bison bridge-utils build-essential curl flex bridge-utils
|
||||||
```
|
```
|
||||||
|
|
||||||
### Automatic compilation script
|
### Automatic compilation script
|
||||||
|
@ -34,7 +34,7 @@ apt install -y bison bridge-utils build-essential curl flex
|
||||||
```
|
```
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# OpenIPC.org | v.20240824
|
# OpenIPC.org | v.20240908
|
||||||
#
|
#
|
||||||
|
|
||||||
LANG=C
|
LANG=C
|
||||||
|
@ -55,8 +55,8 @@ compile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
mkdir -p ../_binary
|
mkdir -p /usr/local/sbin
|
||||||
mv -v vtund ../_binary/vtund_i386
|
mv -v vtund /usr/local/sbin/vtund
|
||||||
cd -
|
cd -
|
||||||
rm -rf vtun-${vtun_version}
|
rm -rf vtun-${vtun_version}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue