From 34ce5f0d96d529fe62abf2d608b13d7edddddfbf Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 10 Apr 2025 21:32:40 +0200 Subject: [PATCH] fixes.. --- setup/homelapGitSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/homelapGitSetup.sh b/setup/homelapGitSetup.sh index 8684892..9aae1d3 100755 --- a/setup/homelapGitSetup.sh +++ b/setup/homelapGitSetup.sh @@ -90,7 +90,7 @@ gitDirSetup() { git branch -m main - if git remote add "$(hostname)" "https://git.k4li.de/homelab/${location}-$(hostname).git"; then + if git remote add origin "https://git.k4li.de/homelab/${location}-$(hostname).git"; then git add .