Loading src/install.sh +5 −1 Original line number Diff line number Diff line Loading @@ -533,7 +533,11 @@ detectImage() { local dir="$1" if [ -n "$CUSTOM" ]; then if [ -f "/run/assets/custom.xml" ]; then DETECTED="custom" else DETECTED="" fi else if [ -z "$DETECTED" ] && [[ "$EXTERNAL" != [Yy1]* ]]; then DETECTED="$VERSION" Loading Loading
src/install.sh +5 −1 Original line number Diff line number Diff line Loading @@ -533,7 +533,11 @@ detectImage() { local dir="$1" if [ -n "$CUSTOM" ]; then if [ -f "/run/assets/custom.xml" ]; then DETECTED="custom" else DETECTED="" fi else if [ -z "$DETECTED" ] && [[ "$EXTERNAL" != [Yy1]* ]]; then DETECTED="$VERSION" Loading