a237f58813
For customer setups, the software repository was split into client_software and client_software_cust. Obsoleted sync for client_software.
15 lines
827 B
Markdown
15 lines
827 B
Markdown
# Companys Software Repository
|
|
|
|
This Repository contains the software of you company, which is delivered by your company admins.
|
|
All files here despite this README ar not traked by git and are not part of installation packages.
|
|
Your Company is completely free to add files to it.
|
|
Your Company is encouraged to setup its own git repository
|
|
|
|
The scripts will be run at logon time after the scripts of the predefined software has been installed.
|
|
Each package is in one directory and may include two scripts which will be called from user logon script:
|
|
|
|
- install.sh - will be called with root- privileges to install software or other administrative tasks
|
|
- user_run.sh - will get executed after all admins scripts had been executed in user context to setup user configs ad data
|
|
|
|
The execution will be sorted by directory name.
|