1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
_print_notes() { cat <<'EOF' ==> Enable the wifi regulatory path: systemctl enable --now jetm-iw-set-regdomain.path ==> Apply the new sysctl values: sudo sysctl --system EOF } post_install() { _print_notes } post_upgrade() { _print_notes }