Skip to content

Commit

Permalink
Merge pull request #15 from mattock/new_repo_instructions
Browse files Browse the repository at this point in the history
Update Debian installation instructions in README.md
  • Loading branch information
mmoll committed Mar 9, 2016
2 parents 9ffdb92 + c958bd5 commit f120ebf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION=0.3.5
BUILD=1
VERSION=0.3.6
BUILD=2

SH=dash

Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,20 @@ Serve `/var/cache/freight` via your favorite web server and install it as an APT

### From a Debian archive

echo "deb http://packages.rcrowley.org $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/rcrowley.list
sudo wget -O /etc/apt/trusted.gpg.d/rcrowley.gpg http://packages.rcrowley.org/keyring.gpg
wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|sudo apt-key add -
echo "deb http://build.openvpn.net/freight_team $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/freight.list
sudo apt-get update
sudo apt-get -y install freight

### From a custom-made Debian package

First [install FPM](https://github.com/jordansissel/fpm). Then clone the freight
repository, build a package and install it:

git clone git://github.com/freight-team/freight.git
cd freight && make build
sudo dpkg -i freight_<version>-<build>_all.deb

### From Fedora/EPEL repositories

EL users must first [configure EPEL](http://fedoraproject.org/wiki/EPEL/FAQ#How_can_I_install_the_packages_from_the_EPEL_software_repository.3F).
Expand Down

0 comments on commit f120ebf

Please sign in to comment.