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:
parent
bbe5200f34
commit
7f3b3c8b36
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue