HACKING: Minor indentation fix

This commit is contained in:
Sunil Mohan Adapa 2020-04-29 20:51:18 -07:00
parent c77b90bf8c
commit 1f0552c66f
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -14,11 +14,11 @@ can install latest versions of Git, Vagrant and VirtualBox.
```bash
$ sudo apt install git virtualbox vagrant
```
For some distro you might need to add Oracle's VirtualBox source
(https://download.virtualbox.org/virtualbox/debian) to apt's sources list
(typically in /etc/apt/sources.list file) and its key:
```bash
$ sudo wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
```