浏览代码

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"