Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 970a1a4

Browse files
NikolaySbogdan-ts
authored andcommitted
Fix CLI install script to support aarch64 architecture
1 parent cdf5618 commit 970a1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎engine/scripts/cli_install.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ esac
3131
arch=$(uname -m)
3232
case "$arch" in
3333
x86_64*) arch="amd64" ;;
34-
arm64*) arch="arm64" ;;
34+
arm64*|aarch64*) arch="arm64" ;;
3535
*) echo "Unsupported architecture: $arch"; exit 1 ;;
3636
esac
3737

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /