Skip to content

Instantly share code, notes, and snippets.

@lukasklinger
lukasklinger / bootstrapwyse.sh
Last active February 10, 2025 07:34 — forked from aleksasiriski/bootstrapwyse.sh
Bootstrap Dell Wyse 3040 with snapcast-client and shairport-sync using ALSA on fresh Alpine install.
#!/usr/bin/env bash
# Enable community repo
cat > /etc/apk/repositories << EOF; $(echo)
https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/main/
https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/community/
EOF
# Update packages
apk update