Changes between Version 29 and Version 30 of HowTo/WriteInstallScript


Ignore:
Timestamp:
07/23/15 10:46:16 (9 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/WriteInstallScript

    v29 v30  
    1818      * you execute privileged commands (e.g. `yum`, `apt-get`, `service`)
    1919      * you place things in your home directory
    20       * you try to write files in protected directories (e.g. `/usr/locac/bin/, /local/)
     20      * you try to write files in protected directories (e.g. `/usr/local/bin/, /local/)
    2121   * the [http://en.wikipedia.org/wiki/PATH_(variable) $PATH environment variable] is not necessarily set, make sure you use the full path of commands in your scripts; for example don't use `ifconfig`, but use `/sbin/ifconfig`. This is also true for the interpreters used for your script.Make sure you start your script with a line like
    2222     {{{