Initial commit

This commit is contained in:
Holger Sielaff
2025-06-26 09:51:42 +02:00
commit 8bdcc52f65
76 changed files with 9488 additions and 0 deletions

4
debscripts/prerm Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
systemctl stop url-shortener-gui.service
systemctl disable url-shortener-gui.service
exit 0