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

22 lines
764 B
Bash
Raw Normal View History

#!/bin/bash
2020-05-31 05:33:17 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2020-05-31 05:33:17 +02:00
pkg_dependencies="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"
2020-05-31 05:33:17 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================