Skip to content

Commit 336594a

Browse files
test 1
1 parent 9fe651c commit 336594a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packages-install/reinstall-cmake-rhel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dnf -y remove cmake
3131
dnf -y autoremove
3232
mkdir -p /opt/cmake
3333

34-
architecture=$(dpkg --print-architecture)
34+
architecture=$(arch)
3535
case "${architecture}" in
3636
arm64)
3737
ARCH=aarch64 ;;

0 commit comments

Comments
 (0)