From 9436a1a92b7fba27220e6c4b9910d59dde9b3dc5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 8 May 2020 21:24:10 -0700 Subject: [PATCH] Clarify how to quit --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 5bfcc2a..ce10ad1 100644 --- a/installer.sh +++ b/installer.sh @@ -13,7 +13,7 @@ warn "" warn "If you got this installer from a tutorial, you're probably" warn "not expert enough." warn "" -warn "Press any key to continue" +warn "Press any key to continue or control + c to quit" read ARCH=$(uname -m)