From eca86870bf10c064a9f561249491f03c6e750a86 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Jul 2026 10:52:25 +0530 Subject: Add fork/set-description git commands + optimizations --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index efd3346..efd3954 100755 --- a/setup.sh +++ b/setup.sh @@ -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() { -- cgit v1.3.1