From 893a133f8625cc332d1e8869054e6ff1b61092e0 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 30 May 2025 10:54:20 +0300 Subject: [PATCH] install_easy: rephrase --- install_easy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_easy.sh b/install_easy.sh index bb5cf72c..96ade3fc 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -68,7 +68,7 @@ check_source() esac [ "$bad" = 1 ] && { echo 'some critical files are missing' - echo 'are you sure you are not using embedded release ? you need full version for traditional linux' + echo 'are you sure you are not using embedded release ? you need full version for traditional systems' exitp 5 } }