From 052c16c8232f49ec9a8ba6c4d1809d79d2f60b82 Mon Sep 17 00:00:00 2001 From: gamesquestionmark <37005604+gamesquestionmark@users.noreply.github.com> Date: Thu, 9 May 2019 15:52:00 +0200 Subject: [PATCH] fixed typo (#61) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 61f6892..c3555ea 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ x86_64) arch="x86_64" ;; esac if [ "$arch" = "other" ]; then - echo "Unsuported architecture $(uname -m). Only x64 binaries are available." + echo "Unsupported architecture $(uname -m). Only x64 binaries are available." exit fi