소스 검색

Remove unnecessary tool from `any_install()`

The stack now supports passing down parameters to yum, so there's no
need to another case.
Alois Mahdal 9 년 전
부모
커밋
44e7ee5067
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      include/sw.sh

+ 0
- 3
include/sw.sh 파일 보기

@@ -27,9 +27,6 @@ any_install() {
27 27
                 yum)
28 28
                     yum_install_if_needed $pkg
29 29
                     ;;
30
-                yum_any)
31
-                    yum_install_if_needed $pkg --enablerepo="*"
32
-                    ;;
33 30
                 *)
34 31
                     warn "unsupported tool: $tool to install $pkg"
35 32
                     ;;