mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2025-02-21 17:50:00 +07:00
12 lines
292 B
Bash
Executable File
12 lines
292 B
Bash
Executable File
#!/bin/bash
|
|
source /pkgscripts-ng/include/pkg_util.sh
|
|
|
|
package="WireGuard"
|
|
version="0.0.20190227"
|
|
displayname="WireGuard"
|
|
maintainer="Andreas Runfalk"
|
|
arch="$(pkg_get_platform)"
|
|
description="Adds WireGuard support for your Synology NAS."
|
|
[ "$(caller)" != "0 NULL" ] && return 0
|
|
pkg_dump_info
|