Skip to content

Instantly share code, notes, and snippets.

View carlreid's full-sized avatar
🎧
🧡

Carl Reid carlreid

🎧
🧡
View GitHub Profile
Act of Rage ███▊░░░░░░░░░░░░░ 2 plays
Aversion █▉░░░░░░░░░░░░░░░ 1 plays
D-Charged █▉░░░░░░░░░░░░░░░ 1 plays
Digital Punk █▉░░░░░░░░░░░░░░░ 1 plays
Dj Mad Dog █▉░░░░░░░░░░░░░░░ 1 plays
N-Vitral █▉░░░░░░░░░░░░░░░ 1 plays
Project Core █▉░░░░░░░░░░░░░░░ 1 plays
Regain █▉░░░░░░░░░░░░░░░ 1 plays
#!/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