Skip to content

Commit

Permalink
Switch provisioning script to v2 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwel committed Jun 15, 2018
1 parent 2b058ec commit 07c60b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/debian/provision-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

if [ "$DIST" == "ubuntu" ]; then
wget http://$PKGHOST/ubuntu/Release.key -O - | apt-key add -
echo "deb http://$PKGHOST/ubuntu/ dists/trusty/release/binary-amd64/" > /etc/apt/sources.list.d/openxpki.list
echo "deb http://$PKGHOST/v2/ubuntu/ dists/trusty/release/binary-amd64/" > /etc/apt/sources.list.d/openxpki.list
else
wget http://$PKGHOST/debian/Release.key -O - | apt-key add -
echo "deb http://$PKGHOST/v2/debian/ jessie release" > /etc/apt/sources.list.d/openxpki.list
Expand Down

0 comments on commit 07c60b2

Please sign in to comment.