gplugin/gplugin

Remove Debian.md since it's wrong and we will hopefully have bamboo figured out in the near future
  • +0 -14
    Debian.md
  • --- a/Debian.md Thu Mar 03 21:59:25 2016 -0600
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,14 +0,0 @@
    -Installing from Packages
    -========================
    -
    -There are packages available (more to come) via our debian mirror. You can
    -access it with the following commands.
    -
    - sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 75FE259AA8AC8032
    - echo "deb http://gplug.in/debian jessie main" | sudo tee /etc/apt/sources.list.d/gplugin.list
    - sudo apt-get update
    - sudo apt-get install libgplugin0 libgplugin-loaders
    -
    -You can use `apt-cache search gplugin` to see the other packages that are available
    -
    -