aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-07-05 10:52:25 +0530
committerAkshay Nair <phenax5@gmail.com>2026-07-05 14:41:55 +0530
commiteca86870bf10c064a9f561249491f03c6e750a86 (patch)
tree95676411d6f95babd1fdf5231c6fecc44f94cab9 /setup.sh
parent2cd9a4039c0c5f524df0a33605c9baef1f57917e (diff)
downloadbacchus-remote-eca86870bf10c064a9f561249491f03c6e750a86.tar.gz
bacchus-remote-eca86870bf10c064a9f561249491f03c6e750a86.zip
Add fork/set-description git commands + optimizations
Diffstat (limited to 'setup.sh')
-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() {