mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-19 17:59:19 +03:00
Add simple debian packaging
This commit is contained in:
3
debian/bin/vpnbridge
vendored
Executable file
3
debian/bin/vpnbridge
vendored
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/opt/vpnbridge/vpnbridge "$@"
|
||||
exit $?
|
3
debian/bin/vpnclient
vendored
Executable file
3
debian/bin/vpnclient
vendored
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/opt/vpnclient/vpnclient "$@"
|
||||
exit $?
|
3
debian/bin/vpncmd
vendored
Executable file
3
debian/bin/vpncmd
vendored
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/opt/vpncmd/vpncmd "$@"
|
||||
exit $?
|
3
debian/bin/vpnserver
vendored
Executable file
3
debian/bin/vpnserver
vendored
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
/opt/vpnserver/vpnserver "$@"
|
||||
exit $?
|
Reference in New Issue
Block a user