Skip to content

Commit

Permalink
Update test_installation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Mar 31, 2024
1 parent 43e0007 commit 21d6801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/tests/test_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ verify_apt_packages() {
# also check for spotify packages if it has been installed
if [[ "${SPOTinstall}" == "YES" ]]; then
packages="${packages} ${packages_spotify}"
packages="${packages} gst-plugins-spotify"
packages="${packages} gst-plugin-spotify"
fi

if [[ "$AUTOHOTSPOTconfig" == "YES" ]]; then
Expand Down

0 comments on commit 21d6801

Please sign in to comment.