Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
21.1 Legacy Series
»
installing a newer version of a plugin
« previous
next »
Print
Pages: [
1
]
Author
Topic: installing a newer version of a plugin (Read 1399 times)
tja
Newbie
Posts: 24
Karma: 0
installing a newer version of a plugin
«
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...
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: installing a newer version of a plugin
«
Reply #1 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
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
21.1 Legacy Series
»
installing a newer version of a plugin