fix note install-hook

This commit is contained in:
thek4n 2025-10-12 02:10:06 +03:00
parent c165357066
commit 669ff43ec0

View File

@ -8,7 +8,7 @@ readonly tempdir
( (
cd "${tempdir}" cd "${tempdir}"
git clone https://github.com/thek4n/note.git . git clone https://github.com/thek4n/note.git .
make install sudo PREFIX=/usr make install
) )
rm -rf "${tempdir}" rm -rf "${tempdir}"