Now it should be good
This commit is contained in:
parent
e14fa1543d
commit
df16626a65
4
Makefile
4
Makefile
|
@ -180,7 +180,7 @@ install: verify_spir0
|
||||||
cd ~/tmp/wfb-ng && \
|
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) 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) make deb && \
|
||||||
$(SUDO) dpkg -i ~/tmp/deb_dist/wfb*.deb; \
|
$(SUDO) dpkg -i ~/tmp/wfb-ng/deb_dist/wfb*.deb; \
|
||||||
else \
|
else \
|
||||||
echo "Skipping WFB-NG installation."; \
|
echo "Skipping WFB-NG installation."; \
|
||||||
fi; \
|
fi; \
|
||||||
|
@ -189,7 +189,7 @@ install: verify_spir0
|
||||||
cd ~/tmp/wfb-ng && \
|
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) 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) make deb && \
|
||||||
$(SUDO) dpkg -i ~/tmp/deb_dist/wfb*.deb; \
|
$(SUDO) dpkg -i ~/tmp/wfb-ng/deb_dist/wfb*.deb; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create initial WFB-NG config file if not already exists
|
# create initial WFB-NG config file if not already exists
|
||||||
|
|
Loading…
Reference in New Issue