File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ installDepend() {
25
25
" $ESCALATION_TOOL " " $PACKAGER " install -y " $DEPENDENCIES " " $COMPILEDEPS "
26
26
;;
27
27
dnf)
28
- COMPILEDEPS=' @development-tools'
29
28
" $ESCALATION_TOOL " " $PACKAGER " update
30
- " $ESCALATION_TOOL " " $PACKAGER " config-manager --set-enabled powertools
31
- " $ESCALATION_TOOL " " $PACKAGER " install -y " $DEPENDENCIES " " $COMPILEDEPS "
32
- " $ESCALATION_TOOL " " $PACKAGER " install -y glibc-devel.i686 libgcc.i686
33
- ;;
29
+ " $ESCALATION_TOOL " " $PACKAGER " -y config-manager --set-enabled powertools 2> /dev/null || \
30
+ " $ESCALATION_TOOL " " $PACKAGER " -y config-manager --set-enabled crb 2> /dev/null || true
31
+ " $ESCALATION_TOOL " " $PACKAGER " -y install $DEPENDENCIES
32
+ " $ESCALATION_TOOL " " $PACKAGER " -y group install Development\ Tools 2> /dev/null || \
33
+ " $ESCALATION_TOOL " " $PACKAGER " -y group install development-tools
34
+ " $ESCALATION_TOOL " " $PACKAGER " -y install glibc-devel.i686 libgcc.i686
34
35
zypper)
35
36
COMPILEDEPS=' patterns-devel-base-devel_basis'
36
37
" $ESCALATION_TOOL " " $PACKAGER " refresh
You can’t perform that action at this time.
0 commit comments