From 67690fe64568d3f5282b2e5cf816c5bbd4f54d99 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Thu, 16 Feb 2023 12:07:09 +0100 Subject: [PATCH] DEV: Remove `Press any key` from arm64 path (#675) --- launcher | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launcher b/launcher index 656c5a8..3a4ecab 100755 --- a/launcher +++ b/launcher @@ -207,10 +207,9 @@ check_prereqs() { exit 1 ;; aarch64 | arm64) - echo "WARNING: Support for aarch64 is experimental at the moment. Please report any problems at https://meta.discourse.org/tag/arm " + echo "WARNING: Support for aarch64 is experimental at the moment. Please report any problems at https://meta.discourse.org/tag/arm" image="discourse/base:aarch64" arm=true - read -n 1 -s -r -p "Press any key to continue" ;; x86_64) echo "x86_64 arch detected." -- 2.25.1