From 2b5f60c4413ae94bc101449a09cd5fc23fa306f5 Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Sat, 22 Oct 2022 21:05:22 -0400 Subject: [PATCH] update xpui detection - stop script if xpui.spa is not detected --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 96ec265..d87aa35 100644 --- a/install.sh +++ b/install.sh @@ -100,8 +100,8 @@ echo # xpui detection if [[ ! -f "${XPUI_SPA}" ]]; then - echo "xpui not found, skipping xpui patches..." - XPUI_SKIP="true" + echo - e "\nxpui not found!\nReinstall Spotify then try again.\nExiting...\n" + exit else if [[ "${FORCE_FLAG}" == "false" ]]; then if [[ -f "${XPUI_BAK}" ]]; then