Revised all apt statements to apt-get for consistency

This commit is contained in:
Flame Soulis 2018-09-03 08:55:15 -04:00
parent 26cb2409b9
commit 8314386426

View file

@ -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: To compile interface in a server you must install:
```bash ```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: Install build tools:
```bash ```bash
sudo apt install cmake sudo apt-get install cmake
``` ```
@ -101,4 +101,4 @@ Running interface:
./interface/interface ./interface/interface
``` ```
Go to localhost in running interface. Go to localhost in the running interface.