diff --git a/.github/workflows/generate_api_pages.yml b/.github/workflows/generate_api_pages.yml index 53c1a133..254938d6 100644 --- a/.github/workflows/generate_api_pages.yml +++ b/.github/workflows/generate_api_pages.yml @@ -34,8 +34,8 @@ jobs: - name: Commit and push changes run: | - git config --global user.email "no-reply@github.com" - git config --global user.name "GitHub Actions" + git config --global user.email "dev@netbird.io" + git config --global user.name "DevBot NetBird" git add -A git commit -m "Update API pages" diff --git a/src/pages/how-to/getting-started.mdx b/src/pages/how-to/getting-started.mdx index 4c4d8ac9..7280e9e8 100644 --- a/src/pages/how-to/getting-started.mdx +++ b/src/pages/how-to/getting-started.mdx @@ -96,8 +96,8 @@ ping 100.64.0.1 ```bash sudo apt-get update sudo apt-get install ca-certificates curl gnupg -y - curl -sSL https://pkgs.wiretrustee.com/debian/public.key | sudo gpg --dearmor --output /usr/share/keyrings/wiretrustee-archive-keyring.gpg - echo 'deb [signed-by=/usr/share/keyrings/wiretrustee-archive-keyring.gpg] https://pkgs.wiretrustee.com/debian stable main' | sudo tee /etc/apt/sources.list.d/wiretrustee.list + curl -sSL https://pkgs.netbird.io/debian/public.key | sudo gpg --dearmor --output /usr/share/keyrings/netbird-archive-keyring.gpg + echo 'deb [signed-by=/usr/share/keyrings/netbird-archive-keyring.gpg] https://pkgs.netbird.io/debian stable main' | sudo tee /etc/apt/sources.list.d/netbird.list ``` 2. Update APT's cache @@ -117,13 +117,13 @@ ping 100.64.0.1 1. Add the repository: ```bash - cat < netbird will copy any existing configuration from the Wiretrustee's default configuration paths to the new NetBird's default location +> netbird will copy any existing configuration from the netbird's default configuration paths to the new NetBird's default location 3. Install the client ```bash diff --git a/src/pages/how-to/installation.mdx b/src/pages/how-to/installation.mdx index bc224891..714250aa 100644 --- a/src/pages/how-to/installation.mdx +++ b/src/pages/how-to/installation.mdx @@ -12,8 +12,8 @@ export const title = 'Installation' ```bash sudo apt-get update sudo apt-get install ca-certificates curl gnupg -y - curl -sSL https://pkgs.wiretrustee.com/debian/public.key | sudo gpg --dearmor --output /usr/share/keyrings/wiretrustee-archive-keyring.gpg - echo 'deb [signed-by=/usr/share/keyrings/wiretrustee-archive-keyring.gpg] https://pkgs.wiretrustee.com/debian stable main' | sudo tee /etc/apt/sources.list.d/wiretrustee.list + curl -sSL https://pkgs.netbird.io/debian/public.key | sudo gpg --dearmor --output /usr/share/keyrings/netbird-archive-keyring.gpg + echo 'deb [signed-by=/usr/share/keyrings/netbird-archive-keyring.gpg] https://pkgs.netbird.io/debian stable main' | sudo tee /etc/apt/sources.list.d/netbird.list ``` 2. Update APT's cache @@ -33,13 +33,13 @@ export const title = 'Installation' 1. Add the repository: ```bash -sudo tee /etc/yum.repos.d/wiretrustee.repo < netbird will copy any existing configuration from the Wiretrustee's default configuration paths to the new NetBird's default location +> netbird will copy any existing configuration from the netbird's default configuration paths to the new NetBird's default location 3. Install the client ```bash