Update URL to setup.sh script ...

... to reflect usage of Forgejo instead of GitLab
This commit is contained in:
Alexander Hess 2025-01-23 16:59:36 +01:00
parent 1fc874a34c
commit 7b012b1424
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -8,7 +8,7 @@ This repository contains useful (config) files that I use on my machines.
On a freshly set up machine, run: On a freshly set up machine, run:
```bash ```bash
curl https://code.webartifex.biz/alexander/dotfiles/-/raw/main/.local/share/dotfiles/setup.sh \ curl https://code.webartifex.biz/alexander/dotfiles/raw/branch/main/.local/share/dotfiles/setup.sh \
> ./setup.sh && source ./setup.sh && rm ./setup.sh > ./setup.sh && source ./setup.sh && rm ./setup.sh
``` ```