Skip to content

Commit

Permalink
chore: update telemetry url
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeckett committed Sep 6, 2024
1 parent 37f5c65 commit 23d200f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ A little tool that will construct an OCI image archive from a set of Kubernetes

### From APT

Add my apt repository to your system:

*Currently packages are only published for Debian 12 (Bookworm).*

```shell
curl -fsL https://apt.dpeckett.dev/signing_key.asc | sudo tee /etc/apt/keyrings/apt-dpeckett-dev-keyring.asc > /dev/null
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/apt-dpeckett-dev-keyring.asc] http://apt.dpeckett.dev $(. /etc/os-release && echo $VERSION_CODENAME) stable" | sudo tee /etc/apt/sources.list.d/apt-dpeckett-dev.list > /dev/null
```
Add my [apt repository](https://github.com/dpeckett/apt.dpeckett.dev?tab=readme-ov-file#usage) to your system.

Then install airgapify:

*Currently packages are only published for Debian 12 (Bookworm).*

```shell
sudo apt update
sudo apt install airgapify
Expand Down
3 changes: 1 addition & 2 deletions internal/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
package constants

var (
// TelemetryURL is the URL to send anonymized telemetry data to.
TelemetryURL = "https://telemetry.pecke.tt"
TelemetryURL = "https://telemetry.dpeckett.dev"
Version = "dev"
)

0 comments on commit 23d200f

Please sign in to comment.