From f20014660d4ec17c133d4e23ed1d178a976602d6 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 4 Oct 2022 15:46:31 +0530 Subject: [PATCH] Enter to continue on linux --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index eaf6cc61..5add5165 100755 --- a/start.sh +++ b/start.sh @@ -17,4 +17,4 @@ python --version # Download the rest of the installer and UI python installer/installer/main.py -read -p "Press any key to continue" +read -p "Press enter to continue"