mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Merge pull request #1 from Kloadut/patch-1
[fix] Install the debian wireless-tools in order to use "iwconfig"
This commit is contained in:
commit
bbe5200f34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue