Skip to content

Commit 9fe651c

Browse files
test
1 parent adc4dfa commit 9fe651c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ trap cleanup EXIT
2727

2828

2929
echo "Installing CMake..."
30-
dnf -y autoremove cmake
30+
dnf -y remove cmake
31+
dnf -y autoremove
3132
mkdir -p /opt/cmake
3233

3334
architecture=$(dpkg --print-architecture)

0 commit comments

Comments
 (0)