瀏覽代碼

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
                             function_check add_users_after_install
541
                             function_check add_users_after_install
542
                             add_users_after_install ${a}
542
                             add_users_after_install ${a}
543
 
543
 
544
+                            ${PROJECT_NAME}-mirrors --app ${a}
545
+
544
                             function_check install_completed
546
                             function_check install_completed
545
                             install_completed ${a}
547
                             install_completed ${a}
546
                             echo $"${a} was installed from interactive"
548
                             echo $"${a} was installed from interactive"
570
                                 function_check add_users_after_install
572
                                 function_check add_users_after_install
571
                                 add_users_after_install ${a}
573
                                 add_users_after_install ${a}
572
 
574
 
575
+                                ${PROJECT_NAME}-mirrors --app ${a}
576
+
573
                                 function_check install_completed
577
                                 function_check install_completed
574
                                 install_completed ${a}
578
                                 install_completed ${a}
575
                                 echo $"${a} was installed"
579
                                 echo $"${a} was installed"