aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
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() {