Skip to content

Commit 2cd0db5

Browse files
AarC10Copilot
andauthored
Update local_installer.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dfef95e commit 2cd0db5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

local_installer.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ sudo rm -rf /var/lib/apt/lists/*
3838
# CMake 3.31.3
3939
# Check aarch64 or x86_64
4040
ARCH=$(uname -m)
41-
if [ "$ARCH" != "x86_64" ] && [ "$ARCH" !=
42-
"aarch64" ]; then
41+
if [ "$ARCH" != "x86_64" ] && [ "$ARCH" != "aarch64" ]; then
4342
echo "Unsupported architecture: $ARCH"
4443
exit 1
4544
fi

0 commit comments

Comments
 (0)