feat: update to self-hosted git forge

This commit is contained in:
Josh Sherman 2025-06-12 14:11:59 -05:00
parent c2d9017d1c
commit 0cca706243
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ done
DOTFILES=$HOME/.dotfiles
if [ ! -d "$DOTFILES" ]; then
git clone git@github.com:joshtronic/dotfiles.git "$DOTFILES"
git clone ssh://git@git.sherver.org:22381/joshtronic/dotfiles.git "$DOTFILES"
cd "$DOTFILES" || exit
else
cd "$DOTFILES" || exit