From 8314386426cf494d6cfe6d0ebd378adc8bde0e84 Mon Sep 17 00:00:00 2001
From: Flame Soulis <firecatdan@gmail.com>
Date: Mon, 3 Sep 2018 08:55:15 -0400
Subject: [PATCH] Revised all apt statements to apt-get for consistency

---
 BUILD_LINUX.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/BUILD_LINUX.md b/BUILD_LINUX.md
index e95ee2f4d4..019b19ff8c 100644
--- a/BUILD_LINUX.md
+++ b/BUILD_LINUX.md
@@ -32,12 +32,12 @@ sudo apt-get install libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-de
 
 To compile interface in a server you must install:
 ```bash
-sudo apt -y install libpulse0 libnss3 libnspr4 libfontconfig1 libxcursor1 libxcomposite1 libxtst6 libxslt1.1
+sudo apt-get -y install libpulse0 libnss3 libnspr4 libfontconfig1 libxcursor1 libxcomposite1 libxtst6 libxslt1.1
 ```
 
 Install build tools:
 ```bash
-sudo apt install cmake
+sudo apt-get install cmake
 ```
 
 
@@ -101,4 +101,4 @@ Running interface:
 ./interface/interface
 ```
 
-Go to localhost in running interface.
+Go to localhost in the running interface.