diff --git a/install-hooks/note/pre-install b/install-hooks/note/pre-install index 0683b6b..5dedb08 100755 --- a/install-hooks/note/pre-install +++ b/install-hooks/note/pre-install @@ -8,7 +8,7 @@ readonly tempdir ( cd "${tempdir}" git clone https://github.com/thek4n/note.git . - make install + sudo PREFIX=/usr make install ) rm -rf "${tempdir}"