We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cb4d79 + 5e01afb commit c455a03Copy full SHA for c455a03
1 file changed
tools/scripts/jenkins_packages.sh
@@ -1,5 +1,7 @@
1
-#!/bin/sh
+#!/bin/bash
2
+set -e
3
# Install dependency packages for use by Jenkins (debian stable)
4
+apt-get -y update
5
apt-get -y --fix-missing install \
6
qtbase5-dev \
7
wireshark-dev \
0 commit comments