summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 07:35:57 -0500
committerJeff Carr <[email protected]>2025-10-05 07:35:57 -0500
commite8857d62d91538e0760c50c5e1a68eaa16caf309 (patch)
treeed5a5a2526ed0025a450e28c7d177f8bfbd7b5d0 /build
parentb65fe9b53c549ba63ec390b2fb2950345ed1fdb9 (diff)
a binary to replace aptly
Diffstat (limited to 'build')
-rwxr-xr-xbuild10
1 files changed, 10 insertions, 0 deletions
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