diff options
author | Holger Paradies <retabell@gmx.de> | 2021-03-27 21:39:18 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2021-03-27 23:13:33 +0100 |
commit | a2d9c6ce17dab51d6e83f08b1d42f5b228ad8413 (patch) | |
tree | f9d74e75a7ea3e1f570c112591bfd3f3fbcfcae0 /auto/config | |
parent | a4bd60b2064d9d5c9a58c3c534c4773b35a46a8c (diff) | |
download | kanotix-a2d9c6ce17dab51d6e83f08b1d42f5b228ad8413.zip kanotix-a2d9c6ce17dab51d6e83f08b1d42f5b228ad8413.tar.gz |
Sources.list bullseye enable security
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index a588400..b918195 100755 --- a/auto/config +++ b/auto/config @@ -40,7 +40,7 @@ buster) ;; bullseye) KDEBOOTSTRAPOPTIONS="--include=apt-transport-https,ca-certificates,gpg,gpg-agent,mime-support --exclude=nano" - KSECURITY="false" + KSECURITY="true" ;; *) KDEBOOTSTRAPOPTIONS="--include=apt-transport-https,ca-certificates,gpg,gpg-agent,mime-support --exclude=nano" |