From ffa2709f85cc7635d52e2453872bcb3a5bbcd415 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 20 Nov 2022 17:59:46 +0100 Subject: [PATCH] Update Gentoo configuration. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6a78c82..acf9fb8 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ WARN() { printf "> " read edit - if [ "$edit" != "y" ] || [ "$edit" != "n" ]; then + if [ "$edit" != "y" ] && [ "$edit" != "n" ]; then echo "Try again." WARN fi