Unverified Commit 99402af6 authored by probonopd's avatar probonopd Committed by GitHub

apt-get -y install

Make it possible to install noninteractively by copy&paste
parent 12e77a11
......@@ -130,7 +130,7 @@ No additional setup required.
For 64-bit Linux users, ```libc6:i386```, ```libstdc++6:i386```, ```libncurses5:i386``` and ```libudev1:i386``` need to be installed :
* ```sudo dpkg --add-architecture i386```
* ```sudo apt-get update```
* ```sudo apt-get install libc6:i386 libstdc++6:i386 libncurses5:i386 libudev1:i386```
* ```sudo apt-get -y install libc6:i386 libstdc++6:i386 libncurses5:i386 libudev1:i386```
##### Windows
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment