| commit | ac41b33ae40d845bfa522cf695fc1a62bdcdf0f2 | [log] [tgz] |
|---|---|---|
| author | gpotter2 <gabriel@potter.fr> | Mon Jun 11 14:19:57 2018 +0200 |
| committer | gpotter2 <gabriel@potter.fr> | Mon Jun 11 14:19:57 2018 +0200 |
| tree | 95e54f7d7793142daebeade7c7b759328d911aac | |
| parent | 2d1d641d44a215d7af4ec50df6cb39f285ed4b3a [diff] |
Stabilize tshark installation
diff --git a/.travis/install.sh b/.travis/install.sh index 98747a8..9fb6d04 100644 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -17,6 +17,7 @@ # Install wireshark data if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$TRAVIS_SUDO" = "true" ] then + sudo apt-get update sudo apt-get -qy install tshark sudo apt-get -qy install can-utils build-essential linux-headers-$(uname -r); fi