Przeglądaj źródła

After an app is installed create a mirror for it

Bob Mottram 8 lat temu
rodzic
commit
82378b2ba5
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      src/freedombone-utils-selector

+ 4
- 0
src/freedombone-utils-selector Wyświetl plik

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"