blob: aa878382a73b2718875f91ac3503a9a3ee652ce3 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo
echo "*****************************************************************************************************"
echo "Before first use, you will need to create ${HOME}/.config/captive-browser.toml"
echo "You can use /usr/share/captive-browser/example/captive-browser.toml as a template and edit as needed."
echo "For more info, see https://github.com/FiloSottile/captive-browser"
echo "*****************************************************************************************************"
echo
}
|