Update install script

This commit is contained in:
Tom Hu
2020-12-20 17:03:06 -05:00
parent f8c87eb84e
commit 0c1af46295
2 changed files with 1 additions and 1 deletions

0
hooks/pre-commit Normal file → Executable file
View File

View File

@@ -8,5 +8,5 @@ fi
cd .git/hooks
for i in pre-commit; do
rm -fv $i
ln -sv ../../hook/$i
ln -sv ../../hooks/$i
done