DEV: Remove `Press any key` from arm64 path (#675)

This commit is contained in:
Jarek Radosz 2023-02-16 12:07:09 +01:00 committed by GitHub
parent 48dca72779
commit 67690fe645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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."