features
This commit is contained in:
parent
165db4f8e1
commit
56fe3a0c7c
1 changed files with 3 additions and 1 deletions
|
@ -64,11 +64,13 @@ gitDirSetup() {
|
|||
|
||||
git init .
|
||||
|
||||
git branch -m main
|
||||
|
||||
git remote add "https://git.k4li.de/homelab/${location}-$(hostname).git"
|
||||
|
||||
git commit -m "Initial script commit"
|
||||
|
||||
git push
|
||||
git push -u origin main
|
||||
}
|
||||
|
||||
set_cronjob() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue