This commit is contained in:
pika 2025-04-10 21:14:20 +02:00
parent 165db4f8e1
commit 56fe3a0c7c

View file

@ -64,11 +64,13 @@ gitDirSetup() {
git init . git init .
git branch -m main
git remote add "https://git.k4li.de/homelab/${location}-$(hostname).git" git remote add "https://git.k4li.de/homelab/${location}-$(hostname).git"
git commit -m "Initial script commit" git commit -m "Initial script commit"
git push git push -u origin main
} }
set_cronjob() { set_cronjob() {