Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update platform_packages.md #717

Merged
merged 1 commit into from Aug 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 18 additions & 1 deletion platform_packages.md
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)