mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 15:01:05 +07:00
13 lines
331 B
Bash
Executable File
13 lines
331 B
Bash
Executable File
#!/bin/bash
|
|
source /pkgscripts-ng/include/pkg_util.sh
|
|
|
|
package="WireGuard-$DSM_VER"
|
|
version="$WIREGUARD_VERSION"
|
|
displayname="WireGuard"
|
|
os_min_ver="OS_MIN_VER"
|
|
maintainer="Andreas Runfalk"
|
|
arch="$(pkg_get_platform)"
|
|
description="Adds WireGuard support for your Synology NAS."
|
|
[ "$(caller)" != "0 NULL" ] && return 0
|
|
pkg_dump_info
|