hi,
i would like to install a newer version of a plugin:
on my production box:
...
os-dyndns-1.23_2 Dynamic DNS Support
...
devel version is
...
New packages to be INSTALLED:
os-dyndns-devel: 1.23_2
...
github shows:
...
PLUGIN_NAME= dyndns
PLUGIN_VERSION= 1.24
PLUGIN_COMMENT= Dynamic DNS Support
PLUGIN_MAINTAINER= franco@opnsense.org
.include "../../Mk/plugins.mk"
...
how could i install the github version without going full opnsense development version ?
tia,tja...
Just wait for the next update.
Otherwise you need to compile it yourself:
pkg install git
opnsense-code plugins
cd /usr/plugins/dns/dyndns
make upgrade