From 4e8d634d041764ad97bd891b8f270d62b0dc6aab Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Sun, 27 Dec 2020 08:02:23 -0800 Subject: [PATCH] Fix typo --- arcroft/build-arcroft.sh | 2 +- build/build-stormux.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arcroft/build-arcroft.sh b/arcroft/build-arcroft.sh index 5c63a92..294646e 100755 --- a/arcroft/build-arcroft.sh +++ b/arcroft/build-arcroft.sh @@ -115,7 +115,7 @@ fi # make sure the needed tools are installed if [[ "$(uname -m)" == "x86_64" ]]; then if ! pacman -Q qemu-user-static &> /dev/null ; then - echo "Please install pacman -Q qemu-user-static before continuing." + echo "Please install qemu-user-static before continuing." exit 1 fi fi diff --git a/build/build-stormux.sh b/build/build-stormux.sh index 5bbb6d3..670da50 100755 --- a/build/build-stormux.sh +++ b/build/build-stormux.sh @@ -107,7 +107,7 @@ fi # make sure the needed tools are installed if [[ "$(uname -m)" == "x86_64" ]]; then if ! pacman -Q qemu-user-static &> /dev/null ; then - echo "Please install pacman -Q qemu-user-static before continuing." + echo "Please install qemu-user-static before continuing." exit 1 fi fi