From 1cf17df87a6f72c9dee0739b559c50017524ace9 Mon Sep 17 00:00:00 2001 From: Damian Peckett Date: Thu, 5 Sep 2024 21:25:24 +0200 Subject: [PATCH] refactor: new apt domain --- Earthfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Earthfile b/Earthfile index 8a90860..a95a3e2 100644 --- a/Earthfile +++ b/Earthfile @@ -74,8 +74,8 @@ package: RUN apt install -y git curl devscripts dpkg-dev debhelper-compat git-buildpackage libfaketime dh-sequence-golang \ golang-any=2:1.22~3~bpo12+1 golang-go=2:1.22~3~bpo12+1 golang-src=2:1.22~3~bpo12+1 \ gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu - RUN curl -fsL -o /etc/apt/keyrings/apt-pecke-tt-keyring.asc https://apt.pecke.tt/signing_key.asc \ - && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/apt-pecke-tt-keyring.asc] http://apt.pecke.tt $(. /etc/os-release && echo $VERSION_CODENAME) stable" > /etc/apt/sources.list.d/apt-pecke-tt.list \ + RUN curl -fsL -o /etc/apt/keyrings/apt-pecke-tt-keyring.asc https://apt.dpeckett.dev/signing_key.asc \ + && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/apt-pecke-tt-keyring.asc] http://apt.dpeckett.dev $(. /etc/os-release && echo $VERSION_CODENAME) stable" > /etc/apt/sources.list.d/apt-pecke-tt.list \ && apt update # Build Dependencies RUN apt install -y \ diff --git a/README.md b/README.md index f884020..634b5ec 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Add my apt repository to your system: *Currently packages are only published for Debian 12 (Bookworm).* ```shell -curl -fsL https://apt.pecke.tt/signing_key.asc | sudo tee /etc/apt/keyrings/apt-pecke-tt-keyring.asc > /dev/null -echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/apt-pecke-tt-keyring.asc] http://apt.pecke.tt $(. /etc/os-release && echo $VERSION_CODENAME) stable" | sudo tee /etc/apt/sources.list.d/apt-pecke-tt.list > /dev/null +curl -fsL https://apt.dpeckett.dev/signing_key.asc | sudo tee /etc/apt/keyrings/apt-pecke-tt-keyring.asc > /dev/null +echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/apt-pecke-tt-keyring.asc] http://apt.dpeckett.dev $(. /etc/os-release && echo $VERSION_CODENAME) stable" | sudo tee /etc/apt/sources.list.d/apt-pecke-tt.list > /dev/null ``` Then install airgapify: