@@ -1,3 +1,5 @@
#/bin/bash
-ln -s -f .hooks/* .git/hooks/
+#ln -s -f .hooks/* .git/hooks/
+cd .git/hooks/
+cp --symbolic-link -f ../../.hooks/* .