Skip to content

Commit d516bd0

Browse files
committed
bump
Signed-off-by: Christian Winther <jippignu@gmail.com>
1 parent 211e21e commit d516bd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-install.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ apt-get upgrade -y -q
2020
apt-get dist-upgrade -y -q
2121

2222
wget --quiet https://github.com/pritunl/pritunl/releases/download/${PRITUNL_VERSION}/pritunl_${PRITUNL_VERSION}-0ubuntu1.xenial_amd64.deb
23-
dpkg -i pritunl_${PRITUNL_VERSION}-0ubuntu1.xenial_amd64.deb || exit 0
24-
apt-get -f install
23+
dpkg -i pritunl_${PRITUNL_VERSION}-0ubuntu1.xenial_amd64.deb || apt-get -f install
2524
rm pritunl_${PRITUNL_VERSION}-0ubuntu1.xenial_amd64.deb
2625

2726
if [ "${MONGODB_VERSION}" != "no" ]; then

0 commit comments

Comments
 (0)