From aac4bdf7d3639a30b5076a6dde03bf201ac50f4e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 May 2024 01:08:59 +0200 Subject: [PATCH] fix: Revert PR --- src/install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/install.sh b/src/install.sh index 31687c2..70aec16 100644 --- a/src/install.sh +++ b/src/install.sh @@ -533,11 +533,7 @@ detectImage() { local dir="$1" if [ -n "$CUSTOM" ]; then - if [ -f "/run/assets/custom.xml" ]; then - DETECTED="custom" - else - DETECTED="" - fi + DETECTED="" else if [ -z "$DETECTED" ] && [[ "$EXTERNAL" != [Yy1]* ]]; then DETECTED="$VERSION"