Versions Compared

Key

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

...

Expand
titlePrepare VM guest build environment


Code Block
languagebash
themeMidnight
titleUpdate & Upgrade system
apt-get update
apt-get upgrade
apt-get install build-essential


Code Block
languagebash
themeMidnight
titleInstall build tools
apt-get install build-essential


...