Weidav / shairport_update_script

Script for updating Raspberry Pi OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shairport Sync update script for your Raspberry Pi

Introduction

With the new AirPlay 2 support Shairport Sync gets updated regularly and it is a bit of a hassle to update it manually. This two scripts will do it for you if you are using a Raspberry Pi.

Basically it just executes the commands from the official build guide for Raspberry Pi OS with AirPlay 2. The modifications made in the configuration file are not touched. This script is tested on a Raspberry Pi 3 with Raspberry Pi OS.

If you install Shairport Sync for the first time, follow the instructions on the Shairport Sync GitHub page.

Shairport Sync

Shairport Sync is an AirPlay audio player for Linux and FreeBSD. It plays audio streamed from Apple devices and from AirPlay sources such as OwnTone (formerly forked-daapd).

Update guide

Connect to your pi and download this update script

git clone https://github.com/Weidav/shairport_update_script.git
cd shairport_update_script


Execute the the first script with root privileges

sudo ./uninstall.sh


Wait for reboot.
Reconnect to your pi and execute the the second script with root privileges

cd shairport_update_script
sudo ./update.sh

About

Script for updating Raspberry Pi OS

License:The Unlicense


Languages

Language:Shell 100.0%