From: Jarek Radosz Date: Thu, 16 Feb 2023 11:07:09 +0000 (+0100) Subject: DEV: Remove `Press any key` from arm64 path (#675) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=67690fe64568d3f5282b2e5cf816c5bbd4f54d99;p=discourse_docker.git DEV: Remove `Press any key` from arm64 path (#675) --- 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."