„README.adoc“ ändern
This commit is contained in:
parent
0e7665b319
commit
ba2ba061ad
12
README.adoc
12
README.adoc
@ -16,6 +16,18 @@ Test with `centos7-01`:
|
|||||||
|
|
||||||
After that a `bin` directory will exist (if not yet present before), move the executable to this dir to have it `PATH`.
|
After that a `bin` directory will exist (if not yet present before), move the executable to this dir to have it `PATH`.
|
||||||
|
|
||||||
|
.add to .bashrc
|
||||||
|
[source,bash]
|
||||||
|
----
|
||||||
|
# If not running interactively, don't do anything
|
||||||
|
# see https://stackoverflow.com/questions/12440287/scp-doesnt-work-when-echo-in-bashrc
|
||||||
|
[[ "$-" != *i* ]] && return
|
||||||
|
|
||||||
|
if [ -x ~/.bashrc.d/bashrc.init ]; then
|
||||||
|
. ~/.bashrc.d/bashrc.init
|
||||||
|
fi
|
||||||
|
----
|
||||||
|
|
||||||
=== AWS Systeme (Draft)
|
=== AWS Systeme (Draft)
|
||||||
|
|
||||||
TODO: create user file for initialization at provisioning
|
TODO: create user file for initialization at provisioning
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user