We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dbc41 commit ea949f1Copy full SHA for ea949f1
.travis/install.sh
@@ -23,9 +23,11 @@ else
23
if [[ $OPTION == 'modern' ]]; then
24
# Install package dependencies for Linux:
25
sudo apt-get install -y libusb-1.0-0 libusb-1.0-0-dev python3.4 python-numpy cmake qt5-default linux-generic linux-headers-$(uname -r) openafs-client openafs-krb5
26
+ sudo service openafs-client start
27
else
28
29
sudo apt-get install -y libusb-1.0-0 libusb-1.0-0-dev python2.7 python-numpy cmake qt4-dev-tools linux-generic linux-headers-$(uname -r) openafs-client openafs-krb5
30
31
fi
32
33
0 commit comments