From e14fa1543dafc7138b19689cf82a6082bc82452a Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 20 Oct 2024 22:02:05 -0300 Subject: [PATCH] More commit spam woo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4c18998..4218242 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ install: verify_spir0 cd ~/tmp/wfb-ng && \ $(SUDO) apt -y install python3-all libpcap-dev libsodium-dev python3-pip python3-pyroute2 python3-future python3-twisted python3-serial python3-all-dev iw virtualenv debhelper dh-python build-essential && \ $(SUDO) make deb && \ - $(SUDO) dpkg -i /deb_dist/w*.deb; \ + $(SUDO) dpkg -i ~/tmp/deb_dist/wfb*.deb; \ else \ echo "Skipping WFB-NG installation."; \ fi; \ @@ -189,7 +189,7 @@ install: verify_spir0 cd ~/tmp/wfb-ng && \ $(SUDO) apt -y install python3-all libpcap-dev libsodium-dev python3-pip python3-pyroute2 python3-future python3-twisted python3-serial python3-all-dev iw virtualenv debhelper dh-python build-essential && \ $(SUDO) make deb && \ - $(SUDO) dpkg -i /deb_dist/wfb*.deb; \ + $(SUDO) dpkg -i ~/tmp/deb_dist/wfb*.deb; \ fi # create initial WFB-NG config file if not already exists