summaryrefslogtreecommitdiff
path: root/bin/hooks/00-git-pull
blob: e432f511d9f1935f541fc491cb483a42f5cabb7e (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Update the system checkout of hackers.git
echo '==> Updating system checkout...'
unset GIT_DIR
cd /var/lib/hackers-git
git pull