We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ac3ab commit 6b7030aCopy full SHA for 6b7030a
modules/util/pkg-update/execute.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
for candidate in yum dnf microdnf; do
5
if command -v "$candidate"; then
6
mgr="$(command -v "$candidate")"
7
- "$mgr" update -y
+ "$mgr" update --setopt=install_weak_deps=0 --setopt=tsflags=nodocs -y
8
"$mgr" -y clean all
9
exit
10
fi
0 commit comments