diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 10:30:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 10:30:30 -0600 |
| commit | fbf9f4e802fa66327b60cdae1136c549b6344b8c (patch) | |
| tree | 6556635e4ce799c87f86d38a9437e81d873bdeb9 /examples/mirrors.wit.com/build | |
| parent | 526605ff8733f14baa737246e2d817d42a556675 (diff) | |
add mirrors.wit.com example. add noarch
Diffstat (limited to 'examples/mirrors.wit.com/build')
| -rwxr-xr-x | examples/mirrors.wit.com/build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/mirrors.wit.com/build b/examples/mirrors.wit.com/build new file mode 100755 index 0000000..9c92253 --- /dev/null +++ b/examples/mirrors.wit.com/build @@ -0,0 +1,11 @@ +#!/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 wit-sid.asc files/etc/apt/trusted.gpg.d/ + +mkdir -p files/etc/apt/sources.list.d/ +cp wit.list files/etc/apt/sources.list.d/ |
