From 21d68018dd32e782083354483be4b369444b16ce Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Sun, 31 Mar 2024 09:14:46 +0200 Subject: [PATCH] Update test_installation.sh --- scripts/installscripts/tests/test_installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installscripts/tests/test_installation.sh b/scripts/installscripts/tests/test_installation.sh index b358ea59a..43fbab2f1 100755 --- a/scripts/installscripts/tests/test_installation.sh +++ b/scripts/installscripts/tests/test_installation.sh @@ -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