diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ configure_git() { sudo -u git git config --global init.defaultBranch main # kept explicit shell setup chsh -s "$(which git-shell)" git - cp -rf "$ROOT_DIR/cgit/ssh/git-shell-commands" /home/git/ + ln -sf "$ROOT_DIR/cgit/ssh/git-shell-commands" /home/git/ } configure_firewall() { |
