Versions Compared

Key

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

...

Code Block
cat <<EOFF >> ~/.bashrc
alias git='printf "It looks like you are trying to run GIT as ROOT.\nFor jtel installations, GIT should always be run from the jtel user.\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

Detect the Hypervisor

virt-what

VMWare

The tools are installed as follows:

apt-get -y install open-vm-tools

Hyper-V

The tools are installed as follows:

apt-get -y install hyperv-daemons

KVM

The tools are installed as follows:

apt-get -y install qemu-guest-tools

Other Hypervisors

Consult the manufacturer for further detals.