Skip to content

Commit

Permalink
Change freight apt repository URL to a non-deprecated one (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattock authored and mmoll committed Nov 2, 2016
1 parent 514777a commit 51628b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Serve `/var/cache/freight` via your favorite web server and install it as an APT
### From a Debian archive

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
echo "deb http://build.openvpn.net/debian/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

Expand Down

0 comments on commit 51628b2

Please sign in to comment.