Skip to content

Commit

Permalink
Merge pull request #717 from agrez/master
Browse files Browse the repository at this point in the history
Update platform_packages.md
  • Loading branch information
Emmanuel T Odeke committed Aug 29, 2016
2 parents 0389813 + e3d83c9 commit 2fb31fd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion platform_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo apt-get update
sudo apt-get install drive
```

### openSUSE distro. (may also work with fedora, CentOS, Red Hat)
### openSUSE distro. (may also work with CentOS, Red Hat)
```sh
# install needed software tools
sudo yum install go mercurial git hg-git
Expand All @@ -52,11 +52,28 @@ $ go get github.com/odeke-em/drive/cmd/drive
# run drive with this command:
$ $GOPATH/bin/drive
```

### Fedora
Fedora rpms are available from the Fedora Copr project [here](https://copr.fedorainfracloud.org/coprs/vaughan/drive-google/)

Enable the copr repository:

```
$ dnf copr enable vaughan/drive-google
```

Install the package (drive-google):

```
$ dnf install drive-google
```

### Packages Provided By

Platform | Author |
---------| -------|
[Arch Linux](https://aur.archlinux.org/packages/drive) | [Jonathan Jenkins](https://github.com/shaggytwodope)
[Ubuntu Linux](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/drive) | [Jonathan Jenkins](https://github.com/shaggytwodope)
[openSUSE Linux]() | [Grant Rostig](https://github.com/grantrostig)
[Fedora](https://copr.fedorainfracloud.org/coprs/vaughan/drive-google/) | [Vaughan Agrez](https://github.com/agrez)

0 comments on commit 2fb31fd

Please sign in to comment.