first commit
This commit is contained in:
commit
7aa6b640b5
14 changed files with 2205 additions and 0 deletions
8
setup/avahi
Executable file
8
setup/avahi
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue