Starbeamrainbowlabs
63658729db
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds
8 lines
172 B
Bash
Executable file
8 lines
172 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
task_begin "Configuring avahi-daemon";
|
|
|
|
queue_apt_install "avahi-daemon";
|
|
queue_firewall_rule allow 5353/udp comment mdns-avahi-daemon
|
|
|
|
task_end "$?";
|