mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-05-09 13:25:08 -05:00
6 lines
139 B
Bash
6 lines
139 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")/.."
|
|
cp scripts/pre-commit .git/hooks/pre-commit
|
|
chmod +x .git/hooks/pre-commit
|
|
echo "Git hooks installed."
|