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 | |
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')
-rw-r--r-- | config/repositories/acritoxinstaller-qt4 | 4 | ||||
-rw-r--r-- | config/repositories/lo | 2 | ||||
-rw-r--r-- | config/repositories/slowfire | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config/repositories/acritoxinstaller-qt4 b/config/repositories/acritoxinstaller-qt4 index f79d606..5eeaa2b 100644 --- a/config/repositories/acritoxinstaller-qt4 +++ b/config/repositories/acritoxinstaller-qt4 @@ -1,3 +1,3 @@ # Acritoxinstaller-qt4 -deb http://kanotix.com/files/acritoxinstaller-qt4 ./ -deb-src http://kanotix.com/files/acritoxinstaller-qt4 ./ +deb [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/acritoxinstaller-qt4 ./ +deb-src [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/acritoxinstaller-qt4 ./ diff --git a/config/repositories/lo b/config/repositories/lo index 63bfec7..982610b 100644 --- a/config/repositories/lo +++ b/config/repositories/lo @@ -1,2 +1,2 @@ # Libre Office -deb http://kanotix.com/files/fix/lo ./ +deb [signed-by=/usr/share/keyrings/kanotix25.asc] http://kanotix.com/files/fix/lo ./ 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 ./ |