소스 검색

After an app is installed create a mirror for it

Bob Mottram 8 년 전
부모
커밋
82378b2ba5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      src/freedombone-utils-selector

+ 4
- 0
src/freedombone-utils-selector 파일 보기

@@ -541,6 +541,8 @@ function install_apps {
541 541
                             function_check add_users_after_install
542 542
                             add_users_after_install ${a}
543 543
 
544
+                            ${PROJECT_NAME}-mirrors --app ${a}
545
+
544 546
                             function_check install_completed
545 547
                             install_completed ${a}
546 548
                             echo $"${a} was installed from interactive"
@@ -570,6 +572,8 @@ function install_apps {
570 572
                                 function_check add_users_after_install
571 573
                                 add_users_after_install ${a}
572 574
 
575
+                                ${PROJECT_NAME}-mirrors --app ${a}
576
+
573 577
                                 function_check install_completed
574 578
                                 install_completed ${a}
575 579
                                 echo $"${a} was installed"