parchlinuxarm-images/setup/avahi
2024-07-23 11:16:58 +03:30

8 lines
233 B
Bash
Executable file

#!/bin/bash
set -uo pipefail
# Install and enable avahi (mDNS/DNS-SD stack)
# This e.g. makes a Pi easy to find on the network (just issue ssh alarm@alarm.local)
pacman -Syu --noconfirm --needed avahi
systemctl enable avahi-daemon