Initialize Git Repository: 'PrivLab-Archive-Keyring'
All checks were successful
PrivLab Archive Keyring / PrivLab Archive Keyring (amd64, bookworm trixie noble, main) (push) Successful in 11s
PrivLab Archive Keyring / PrivLab Archive Keyring (arm64, bookworm trixie noble, main) (push) Successful in 11s

This commit is contained in:
Cantibra
2026-03-19 14:16:08 +01:00
commit ea01eecc40
12 changed files with 402 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/sh
set -e
set -u
. '/etc/os-release'
case "${1}" in
configure)
/usr/bin/sed --in-place "s/VERSION_CODENAME/${VERSION_CODENAME}/" '/etc/apt/sources.list.d/privlab.sources' || \
/usr/bin/true
;;
esac