yasintoy / Slack-Gitsin

A beautiful Slack command line interface.
GNU General Public License v3.0
606 stars 26 forks source link

Replaced gem and brew with apt-get #18

Closed AFAgarap closed 8 years ago

AFAgarap commented 8 years ago

Since most GNU/Linux operating systems (especially Debian and Debian-based ones) are using APT as their package manager, I suggest we replace gem and brew with apt-get in this shell script. Besides, apt-get is what you've already written in the README.md [Installation -- For Linux]. :)

yigitozkavci commented 8 years ago

Actually, this setup script is for mac os x only hence apt-get won't work with it. I haven't created one for linux-based systems. Maybe you can create it :)

AFAgarap commented 8 years ago

@yigitozkavci , the changes I've done to the setup script makes it a setup script for GNU/Linux. Nevertheless, I'm just going to make a pull request for a new file instead of changing your existing setup.sh :)