1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

Remove iw

This commit is contained in:
Julien VAUBOURG 2014-11-22 12:56:52 +01:00
parent bbe5200f34
commit 7f3b3c8b36
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ fi
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
sudo apt-get --assume-yes --force-yes install sipcalc wireless-tools
# Compute extra arguments
if [ -z "${ip6_net}" ]; then

View file

@ -28,6 +28,6 @@ sudo userdel -f wifiadmin
# Remove packets
# The yunohost policy is currently to not uninstall packets (dependency problems)
## sudo apt-get --assume-yes --force-yes remove hostapd radvd isc-dhcp-server iptables
## sudo apt-get --assume-yes --force-yes remove sipcalc iw
## sudo apt-get --assume-yes --force-yes remove sipcalc wireless-tools
exit 0