Browse Source

README.md

old-stable
harshadyeola 11 years ago
parent
commit
3a98abb8d1
  1. 11
      src/lib/README.md

11
src/lib/README.md

@ -0,0 +1,11 @@
1. **ee_lib_apt_get_update.sh** - Execute apt-get update
1. **ee_lib_dotdeb.sh** - Fetch and install Dotdeb.org GnuPG key
1. **ee_lib_echo.sh**- Define echo function
1. **ee_lib_error.sh** - Capture errors
1. **ee_lib_git_commit.sh** - Record changes to the repository
1. **ee_lib_git_init.sh** - Initialize Git
1. **ee_lib_gpg_key_fix.sh** - Fix GnuPG key
1. **ee_lib_http_auth.sh** - Setup HTTP authentication
1. **ee_lib_package_check.sh** - Check the specified package is installed or not
1. **ee_lib_service.sh** - Services Start/Stop/Restart/Reload
1. **ee_lib_variables.sh** - Define global variables
Loading…
Cancel
Save