Created
August 3, 2024 13:04
-
-
Save carlreid/e8eeb209f7c2f29065f9f70da794b99c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Update the package list | |
apk update | |
# Install the avahi package | |
apk add avahi | |
# Add avahi-daemon to startup | |
rc-update add avahi-daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment