Files
XDP-Firewall/scripts/install.sh
2025-02-23 17:27:27 -05:00

7 lines
90 B
Bash
Executable File

#!/bin/bash
if [ -z "$ROOT" ]; then
make install
else
cd $ROOT && make install
fi