Now it should be good

This commit is contained in:
Alex 2024-10-20 22:04:07 -03:00
parent e14fa1543d
commit df16626a65
1 changed files with 2 additions and 2 deletions

View File

@ -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 ~/tmp/deb_dist/wfb*.deb; \
$(SUDO) dpkg -i ~/tmp/wfb-ng/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 ~/tmp/deb_dist/wfb*.deb; \
$(SUDO) dpkg -i ~/tmp/wfb-ng/deb_dist/wfb*.deb; \
fi
# create initial WFB-NG config file if not already exists