git-scripts

Scripts for managing (sta-)git repos
git clone git://git.christianermann.dev/{name}
Log | Files | Refs | LICENSE

commit 5fa391c5d91491f52af7104e0946e773cf08e74e
parent 8391966e35ae627988856f47368ef5af73b2f25e
Author: Christian Ermann <christianermann@gmail.com>
Date:   Wed, 17 Apr 2024 21:14:17 -0400

Fix ordering issue

Diffstat:
Minstall.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh @@ -1,5 +1,5 @@ -chown root:wheel /home/git/config.rc - ln -s repo-init.sh /usr/local/bin/repo-init ln -s repo-site.sh /usr/local/bin/repo-site ln -s config.rc /home/git/config.rc + +chown root:wheel /home/git/config.rc