Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created May 29, 2018 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianchen06/3242296f3bb4e2e6982d8df8e0e0eac1 to your computer and use it in GitHub Desktop.
Save ianchen06/3242296f3bb4e2e6982d8df8e0e0eac1 to your computer and use it in GitHub Desktop.
install gcin
#!/bin/sh
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 835AB0E3
echo "deb http://hyperrate.com/gcin-ubuntu1604 eliu release" | sudo tee -a /etc/apt/sources.list
sudo apt-get update && sudo apt-get install -y gcin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment