Initialize Git Repository: 'PrivLab-Archive-Keyring'
PrivLab Archive Keyring / PrivLab Archive Keyring (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 11s
PrivLab Archive Keyring / PrivLab Archive Keyring (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 10s

This commit is contained in:
Cantibra
2026-05-04 21:21:54 +02:00
commit 425db10e0f
12 changed files with 404 additions and 0 deletions
+13
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