From 9c1429a505b6ce06283ad7600d279be205ac34fc Mon Sep 17 00:00:00 2001 From: Alessandro Pirastru <57262788+Bloodis94@users.noreply.github.com> Date: Sun, 27 Apr 2025 14:26:25 +0200 Subject: [PATCH] fix: typo in install.sh Signed-off-by: Alessandro Pirastru <57262788+Bloodis94@users.noreply.github.com> --- docs/static/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/install.sh b/docs/static/install.sh index cfcc5fee..c39c6ba3 100755 --- a/docs/static/install.sh +++ b/docs/static/install.sh @@ -344,7 +344,7 @@ enable_selinux_container_booleans() { elif [ "$Answer" = "exit" ]; then aborted else - warn "Invalid choice. Please enter 'akmod' or 'exit'." + warn "Invalid choice. Please enter 'yes' or 'exit'." fi done fi