.bin File Installs

Created by NFreeman
Keywords:
bin File Installation

For anyone needing to know how to install .bin files here is how, or at least to my knowledge.

Open terminal
go to the folder where the file is located(eg. cd Downloads)
Then type sudo chmod +x filename
Then type sudo ./filename
And thats it, it should start installing after that