Skip to content

Commit

Permalink
Switch to upstream branch feature/v0.7.5-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Feb 29, 2024
1 parent 56fd519 commit 8c0086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/install/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$BUILD_MODE" = "full" ]; then
if [ $add_switch -eq 1 ]; then
pip_upgrade="$pip_upgrade --break-system-packages"
fi
python_packages=(pyradios py-sonic subsonic-connector==0.2.6 mutagen rdflib mpegdash git+https://github.com/giof71/python-tidal.git@issue-241)
python_packages=(pyradios py-sonic subsonic-connector==0.2.6 mutagen rdflib mpegdash git+https://github.com/tamland/python-tidal.git@feature/v0.7.5-prep)
for pkg in "${python_packages[@]}"
do
echo "Installing ${pkg} with add_switch [$add_switch]..."
Expand Down

0 comments on commit 8c0086f

Please sign in to comment.