Fix dotfiles repo URL: dotfiles → dotfiles-rene
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2d932f9924
commit
2db0b9b36f
2 changed files with 2 additions and 2 deletions
|
|
@ -53,4 +53,4 @@ cd macbook-setup
|
||||||
|
|
||||||
- Netzwerk: `10.47.11.0/24` (via WireGuard `10.13.13.x`)
|
- Netzwerk: `10.47.11.0/24` (via WireGuard `10.13.13.x`)
|
||||||
- DiskStation: `10.47.11.10` (SMTP, IMAP, Synology Drive)
|
- DiskStation: `10.47.11.10` (SMTP, IMAP, Synology Drive)
|
||||||
- Dot-Files: `https://git.motocamp.de/rene/dotfiles.git`
|
- Dot-Files: `https://git.motocamp.de/rene/dotfiles-rene.git`
|
||||||
|
|
|
||||||
2
setup.sh
2
setup.sh
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
FORGEJO="https://git.motocamp.de"
|
FORGEJO="https://git.motocamp.de"
|
||||||
DOTFILES_REPO="$FORGEJO/rene/dotfiles.git"
|
DOTFILES_REPO="$FORGEJO/rene/dotfiles-rene.git"
|
||||||
SETUP_REPO="$FORGEJO/rene/macbook-setup.git"
|
SETUP_REPO="$FORGEJO/rene/macbook-setup.git"
|
||||||
SETUP_RAW="$FORGEJO/rene/macbook-setup/raw/branch/main"
|
SETUP_RAW="$FORGEJO/rene/macbook-setup/raw/branch/main"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue