mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
include ifup ifdown
Some checks are pending
Build for Raspberry Pi / Build for aarch64 (push) Waiting to run
Some checks are pending
Build for Raspberry Pi / Build for aarch64 (push) Waiting to run
This commit is contained in:
parent
fdddf4eb76
commit
2d46fccfbe
1 changed files with 2 additions and 1 deletions
3
setup.sh
3
setup.sh
|
|
@ -229,7 +229,8 @@ if [ "$PKG_MANAGER" == "apt" ]; then
|
||||||
# sudo apt-get remove --purge -y dnsmasq || true # This line is no longer needed.
|
# sudo apt-get remove --purge -y dnsmasq || true # This line is no longer needed.
|
||||||
|
|
||||||
# Install dependencies for hotspot and for building nodogsplash.
|
# Install dependencies for hotspot and for building nodogsplash.
|
||||||
sudo apt install -y hostapd dnsmasq git libmicrohttpd-dev libjson-c-dev iptables
|
# ifupdown is needed to manage /etc/network/interfaces
|
||||||
|
sudo apt install -y hostapd dnsmasq git libmicrohttpd-dev libjson-c-dev iptables ifupdown
|
||||||
|
|
||||||
# Force iptables-legacy for nodogsplash
|
# Force iptables-legacy for nodogsplash
|
||||||
echo "Setting iptables-legacy mode for nodogsplash..."
|
echo "Setting iptables-legacy mode for nodogsplash..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue