Skip to content

Instantly share code, notes, and snippets.

@carlreid
Created August 3, 2024 13:04
Show Gist options
  • Save carlreid/e8eeb209f7c2f29065f9f70da794b99c to your computer and use it in GitHub Desktop.
Save carlreid/e8eeb209f7c2f29065f9f70da794b99c to your computer and use it in GitHub Desktop.
#!/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