From 5a807b9beca8b40539dcb8a8b324700a9f3317b8 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 16 Feb 2022 13:57:02 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 987c126..b0bcdec 100644 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ echo read -p "Do you want to continue? Type [Y]es or [N]o. " -n 1 -r echo # (optional) move to a new line if [[ ! $REPLY =~ ^[Yy]$ ]] -thenarne +then exit 1 fi echo