From 5f6a5bfdacc06f2db90bf68e75486e54e7ca787c Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sat, 11 Nov 2023 04:20:29 +0100 Subject: [PATCH] refactor(os): No need to hide kernel version string (#19) --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e6e2fe7..c2e0cdc 100644 --- a/setup.sh +++ b/setup.sh @@ -68,7 +68,7 @@ function setup_env_vars () { echo '----------------------------------------' echo - read -u3 -p 'Please type kernel version to use, leave empty for latest, confirm with : ' -s ARCHZBM_KERNEL_VER + read -u3 -p 'Please type kernel version to use, leave empty for latest, confirm with : ' ARCHZBM_KERNEL_VER echo echo