Add a scripts for opnsense example

Check and install dependencies
This commit is contained in:
2025-11-06 11:54:39 -05:00
parent 7b542c9865
commit 45b4b082c8
3 changed files with 176 additions and 0 deletions

4
examples/opnsense/setup Normal file
View File

@@ -0,0 +1,4 @@
#! /bin/bash
export PATH=$(readlink -f "$(dirname "${BASH_SOURCE}")/scripts"):"${PATH}"