blob: c795447e8e065f4d88267f261ec79382c346ac29 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "*"
echo "* Hint: There is manual configuration required. See README -> Post Install Steps"
echo "* https://github.com/loh-tar/wpa-cute"
echo "* And it may wise to run: wpa-cute --help"
echo "*"
}
|