OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: tja on May 14, 2021, 10:29:08 AM

Title: installing a newer version of a plugin
Post by: tja on May 14, 2021, 10:29:08 AM
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...
Title: Re: installing a newer version of a plugin
Post by: mimugmail on May 14, 2021, 11:20:24 AM
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