mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-16 15:46:16 +00:00
5 lines
181 B
Bash
5 lines
181 B
Bash
#!/bin/bash
|
|
# /mnt/nv/rc.local — runs at boot via shelby_local (S97)
|
|
# Launches Spotify boot primer in background since SoundTouch starts at S99
|
|
/mnt/nv/bin/spotify-boot-primer &
|