diff options
author | Holger Paradies <retabell@gmx.de> | 2025-01-24 18:05:20 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-04-26 14:48:52 +0200 |
commit | 55993f655c29e9fd505e5f3ecfb0a15c47ba0a31 (patch) | |
tree | 50ad2f35be3c0e24f7ce3e54ea40b739f8e3b74a /config/repositories/slowfire | |
parent | 766f447f038d9539be852cd389bdbf87d16c133b (diff) | |
download | kanotix-55993f655c29e9fd505e5f3ecfb0a15c47ba0a31.zip kanotix-55993f655c29e9fd505e5f3ecfb0a15c47ba0a31.tar.gz |
Build with signed-by in debian and kanotix repos
kanotix key is included in debootstrap
Diffstat (limited to 'config/repositories/slowfire')
-rw-r--r-- | config/repositories/slowfire | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/repositories/slowfire b/config/repositories/slowfire index 5f00e2c..b5f0beb 100644 --- a/config/repositories/slowfire +++ b/config/repositories/slowfire @@ -1,3 +1,3 @@ # Kanotix Slowfire -deb http://kanotix.com/files/slowfire ./ -deb-src http://kanotix.com/files/slowfire ./ +deb [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/slowfire ./ +deb-src [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/slowfire ./ |