Skip to content

Commit

Permalink
Update repository domain to freedom.press
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin M. Gallagher committed Nov 18, 2014
1 parent ca86ef6 commit 97fefe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_deb_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
apt-key add /vagrant/install_files/ansible-base/roles/install_fpf_repo/files/fpf-signing-key.pub

if [ ! -f /etc/apt/sources.list.d/fpf.list ]; then
echo "deb [arch=amd64] https://apt.pressfreedomfoundation.org/ trusty main" > /etc/apt/sources.list.d/fpf.list
echo "deb [arch=amd64] https://apt.freedom.press/ trusty main" > /etc/apt/sources.list.d/fpf.list
apt-get update
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ deb http://security.ubuntu.com/ubuntu trusty-security main
deb-src http://security.ubuntu.com/ubuntu trusty-security main
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb [arch=amd64] https://apt.pressfreedomfoundation.org trusty main
deb [arch=amd64] https://apt.freedom.press trusty main
deb http://deb.torproject.org/torproject.org trusty main
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
- name: setup fpf apt repo
apt_repository: >
repo='deb [arch=amd64] https://apt.pressfreedomfoundation.org {{ ansible_lsb.codename }} main'
repo='deb [arch=amd64] https://apt.freedom.press {{ ansible_lsb.codename }} main'
state=present
update_cache=yes

0 comments on commit 97fefe4

Please sign in to comment.