Initialize Git Repository: 'Raspberry-Pi-Image-Tool'
Raspberry Pi Image Tool / Raspberry Pi Image Tool (arm64, cicd.trixie, trixie noble, main) (push) Successful in 12s

This commit is contained in:
Cantibra
2026-05-04 21:21:59 +02:00
commit 2512b9511f
9 changed files with 1756 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/sh
set -e
set -u
case "${1}" in
configure)
/usr/bin/install --directory --mode='750' '/var/lib/raspi-templates'
;;
esac