DEV: Remove `Press any key` from arm64 path (#675)
authorJarek Radosz <jradosz@gmail.com>
Thu, 16 Feb 2023 11:07:09 +0000 (12:07 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Feb 2023 11:07:09 +0000 (12:07 +0100)
launcher

index 656c5a82132815887e042ac6edce2e364e5bd9c9..3a4ecab60d80e34aa174a5fd9044852fda2e906f 100755 (executable)
--- 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."