Revision 1f1fc944
Added by Chris Buechler almost 15 years ago
etc/phpshellsessions/gitsync | ||
---|---|---|
21 | 21 |
unlink_if_exists("/tmp/config.cache"); |
22 | 22 |
|
23 | 23 |
if(!file_exists("/usr/local/bin/git")) { |
24 |
echo "Cannot find git, fetching static git...";
|
|
24 |
echo "Cannot find git, fetching..."; |
|
25 | 25 |
system("pkg_add -r git"); |
26 | 26 |
} |
27 | 27 |
|
Also available in: Unified diff
fix text