From e8857d62d91538e0760c50c5e1a68eaa16caf309 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 5 Oct 2025 07:35:57 -0500 Subject: a binary to replace aptly --- build | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'build') diff --git a/build b/build index eba7c70..4dfcd69 100755 --- a/build +++ b/build @@ -1,4 +1,14 @@ #!/bin/bash -x +# these are the keys and files you need +# +# to be able to apt install packages from mirrors.wit.com + +mkdir -p files/etc/apt/trusted.gpg.d/ +cp resources/wit-sid.asc files/etc/apt/trusted.gpg.d/ + +mkdir -p files/etc/apt/sources.list.d/ +cp resources/wit.list files/etc/apt/sources.list.d/ + mkdir -p files/usr/share/bash-completion/completions/ mirrors --bash > files/usr/share/bash-completion/completions/mirrors -- cgit v1.2.3