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

This commit is contained in:
Cantibra
2026-05-12 06:30:07 +02:00
commit a6470b0ac5
12 changed files with 386 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