From a0ef246435b4f9ab9c48972d455a2d1f82cc0e1e Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 10 Jun 2021 17:22:23 +0200 Subject: [PATCH] fix: [installer] pyfaup install --- installing_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index 6cb1881e..75a7278e 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -65,7 +65,7 @@ sudo ldconfig popd # Pyfaup pushd faup/src/lib/bindings/python/ -python3 setup.py install +sudo python3 setup.py install popd # tlsh