From 669ff43ec0592986241785358794e91ab50e3d40 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 12 Oct 2025 02:10:06 +0300 Subject: [PATCH] fix note install-hook --- install-hooks/note/pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"