Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleroot Hinweis für GIT
cat <<EOFF >> ~/.bashrc
alias git='echoprintf "It looks like you are trying to run GIT as ROOT. For\nFor jtel installations, GIT should always be run from the jtel user. If\nIf you really want to run git as root, you will need to access it directly, using /usr/bin/git for example.\n"'
EOFF
source ~/.bashrc

SSH Keys auf root übertragen

...