fix: Missing sudo

pull/360/head
Raphaël Vinot 2019-12-04 17:24:19 +01:00
parent 1e1b18fe12
commit 5d415bb8f2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ install:
- cmake .. && make
- sudo make install
- popd
- ldconfig
- sudo ldconfig
- cd faup/src/lib/bindings/python
- pip install .
- popd