We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f85cb commit 75eb214Copy full SHA for 75eb214
utils/scripts/install-leap15.sh
@@ -76,8 +76,9 @@ dnf --nodocs install ${dnf_install_args} \
76
yasm
77
78
# Make sure we have lua-lmod > 8.7.34
79
-dnf -y remove lua-lmod
80
-dnf -y --nogpgcheck install lua-lmod '--repo=*lua*' --repo '*network-cluster*'
+dnf remove lua-lmod
+dnf --nodocs --nogpgcheck install ${dnf_install_args} \
81
+ lua-lmod --repo='*-oss*' --repo '*lua*' --repo '*network-cluster*'
82
83
# shellcheck disable=SC2086
84
dnf install ${dnf_install_args} ruby-devel
0 commit comments