Skip to content
Snippets Groups Projects
Commit 64aa8e49 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixed script which prepapre linux on Travis.

parent d1e2cc5e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash/env bash #!/usr/bin/env bash
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install libxml2-dev libbz2-dev wget sudo apt-get install libxml2-dev libbz2-dev wget
...@@ -11,4 +11,3 @@ sudo apt-get install doxygen python-sphinx ...@@ -11,4 +11,3 @@ sudo apt-get install doxygen python-sphinx
sudo apt-get install git-buildpackage sudo apt-get install git-buildpackage
sudo apt-get install libgsl-dev sudo apt-get install libgsl-dev
sudo apt-get install -f sudo apt-get install -f
sudo ldconfig /usr/lib64
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment