diff --git a/post-receive b/post-receive index 77f3fc1..602d7d4 100755 --- a/post-receive +++ b/post-receive @@ -1,5 +1,7 @@ #!/usr/bin/env bash +PATH+=":/usr/local/bin" + self="${PWD##*/}"; self="${self%.git}" self_url="https://pkg.fleshless.org/$self"