From 0bb7fb86c6b5303d829ebe6da5cabfabf10a1b03 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Jan 2024 11:54:25 +0100 Subject: [PATCH] fix: External --- src/install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/install.sh b/src/install.sh index 1872cfd..369dd87 100644 --- a/src/install.sh +++ b/src/install.sh @@ -173,10 +173,7 @@ fi if [ -z "$MANUAL" ]; then MANUAL="N" - - if [[ "$EXTERNAL" == [Yy1]* ]]; then - [[ "${BASE,,}" == "tiny10"* ]] && MANUAL="Y" - fi + [[ "${BASE,,}" == "tiny10"* ]] && MANUAL="Y" fi