From 90b9522b15a692532d9b3f28acc417670144e3fa Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 21 Sep 2021 10:56:14 +0300 Subject: feat(rpi): separate display and master sessions --- raspberry/spotify.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 raspberry/spotify.sh (limited to 'raspberry/spotify.sh') diff --git a/raspberry/spotify.sh b/raspberry/spotify.sh deleted file mode 100755 index bab2214..0000000 --- a/raspberry/spotify.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -SPOTIFYD_RELEASE_URL=https://github.com/Spotifyd/spotifyd/releases/download/v0.3.2/spotifyd-linux-armv6-slim.tar.gz - -# Download spotifyd binary -if [ ! -f ~/.local/bin/spotifyd ]; then - echo Spotifyd binary not found. Downloading... - cd /tmp - wget $SPOTIFYD_RELEASE_URL - tar -xvzf spotifyd-*.tar.gz - mv spotifyd ~/.local/bin -fi - -# Start spotifyd with restart behavior -while true; do - spotifyd --no-daemon - echo Restarting... -done -- cgit v1.2.3