11-14-2023, 12:24 PM
Could be some breakage in the protocol switcher having to do with latest ver of Shairport-sync and nqptp. Maybe nqptp has to be part of the process??
Here are the commands used by the switcher.
Going from 2 to 1
Going from 1 back to 2
Here are the commands used by the switcher.
Going from 2 to 1
Code:
sudo apt update
sudo moode-apt-mark unhold
sudo apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --allow-downgrades install shairport-sync=3.3.8-1moode1
sudo moode-apt-mark hold
Going from 1 back to 2
Code:
sudo apt update
sudo moode-apt-mark unhold
LATESTVERSION=$(apt search shairport-sync | awk 'NR==3 {print $2}')
sudo apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install shairport-sync=$LATESTVERSION
sudo moode-apt-mark hold