From 85a7a3e1ad7c66b4f2aeaf9eb2f324b1ee15232a Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 22 Nov 2014 10:41:00 +0100 Subject: [PATCH] [fix] Install the debian wireless-tools in order to use "iwconfig" --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b638c43..57006ab 100644 --- a/scripts/install +++ b/scripts/install @@ -35,7 +35,7 @@ fi # TODO: Replace isc-dhcp-server by dnsmasq (currently negotiating with the YunoHost team to # also replace bind9 by dnsmasq) #sudo apt-get update -sudo apt-get --assume-yes --force-yes install hostapd radvd isc-dhcp-server iptables php5-fpm +sudo apt-get --assume-yes --force-yes install hostapd radvd isc-dhcp-server iptables php5-fpm wireless-tools # Extra packages sudo apt-get --assume-yes --force-yes install sipcalc iw