mirror of https://github.com/MISP/misp-modules
fix: Missing sudo
parent
1e1b18fe12
commit
5d415bb8f2
|
@ -23,7 +23,7 @@ install:
|
||||||
- cmake .. && make
|
- cmake .. && make
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- popd
|
- popd
|
||||||
- ldconfig
|
- sudo ldconfig
|
||||||
- cd faup/src/lib/bindings/python
|
- cd faup/src/lib/bindings/python
|
||||||
- pip install .
|
- pip install .
|
||||||
- popd
|
- popd
|
||||||
|
|
Loading…
Reference in New Issue