From e1ae2cd066a4113b79c37c706b56cc61b05e2a99 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 22 Nov 2023 13:56:33 -0500 Subject: [PATCH] update link for Codeberg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e14560..4efd0f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Ansible Lint](https://github.com/cbrookins/linux-setups/actions/workflows/ansible-lint.yml/badge.svg?branch=main)](https://github.com/theRealc2c2/linux-setups/actions/workflows/ansible-lint.yml) +[![Ansible Lint](https://github.com/cbrookins/linux-setups/actions/workflows/ansible-lint.yml/badge.svg?branch=main)](https://github.com/cbrookins/linux-setups/actions/workflows/ansible-lint.yml) # Linux Setup Scripts Various Linux workstation setup scripts. @@ -9,7 +9,7 @@ sudo apt update -y && sudo apt install curl -y ``` Bootstrap ``` -curl https://raw.githubusercontent.com/cbrookins/linux-setups/main/bootstrap.sh | sh +curl https://codeberg.org/cbrookins/linux-setups/raw/branch/main/bootstrap.sh | sh ``` ***