summarylogtreecommitdiffstats
path: root/gadget-deadbeef-dhcp.install
blob: cba9a2225bd967092cb9790d072804c10f1f0ed0 (plain)
1
2
3
4
5
6
7

post_install () {
    echo ">>> to enable serial"
    echo "    systemctl enable serial-getty@ttyGS0"
    echo ">>> to enable ethernet"
    echo "    systemctl enable systemd-networkd"
}