mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
9 lines
298 B
Bash
9 lines
298 B
Bash
#!/bin/bash
|
|
|
|
#
|
|
# Common variables
|
|
#
|
|
|
|
pkg_dependencies="php5-fpm sipcalc hostapd iptables iw dnsmasq"
|
|
nonfree_packages="firmware-linux-free firmware-linux-nonfree firmware-atheros firmware-realtek firmware-ralink firmware-libertas atmel-firmware zd1211-firmware"
|
|
free_packages="firmware-linux-free"
|