Skip to content

Instantly share code, notes, and snippets.

View MCterra10's full-sized avatar

James MCterra10

View GitHub Profile
@MCterra10
MCterra10 / install_ndproxy.sh
Last active March 19, 2025 12:03
ndproxy Install Script for OPNSense (run with sudo)
#!/bin/sh
# save previous working directory to preserve state
PWD=$(pwd)
# download the opnsense OS source
echo ">>> Downloading OPNsense Source Code..."
rm -r /usr/src
git clone --recurse-submodules https://github.com/opnsense/src /usr/src
cd /usr/src