We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211e21e commit d516bd0Copy full SHA for d516bd0
docker-install.sh
@@ -20,8 +20,7 @@ apt-get upgrade -y -q
20
apt-get dist-upgrade -y -q
21
22
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
+dpkg -i pritunl_${PRITUNL_VERSION}-0ubuntu1.xenial_amd64.deb || apt-get -f install
25
rm pritunl_${PRITUNL_VERSION}-0ubuntu1.xenial_amd64.deb
26
27
if [ "${MONGODB_VERSION}" != "no" ]; then
0 commit comments