mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 23:11:06 +07:00
Added wg and wg-quick aliases
This commit is contained in:
parent
6515062c4d
commit
0c4a048eed
3
scripts/postinst
Executable file
3
scripts/postinst
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
ln -s $SYNOPKG_PKGDEST/wireguard/wg /usr/local/bin/
|
||||
ln -s $SYNOPKG_PKGDEST/wireguard/wg-quick /usr/local/bin/
|
3
scripts/preuninst
Executable file
3
scripts/preuninst
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
rm /usr/local/bin/wg
|
||||
rm /usr/local/bin/wg-quick
|
Loading…
Reference in New Issue
Block a user