diff options
author | Eric Hameleers <alien@slackware.com> | 2020-01-24 00:23:31 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-01-24 00:23:31 +0100 |
commit | 0b6e1b45e1540541a085e8752bd8cc0b5ad72ecd (patch) | |
tree | 75e21f2f925dc68cdcecb595f0e2bc5763ce1317 /make_slackware_live.sh | |
parent | 52757472b424dab31a9c6c70b5c2d2927e30abf6 (diff) | |
download | liveslak-0b6e1b45e1540541a085e8752bd8cc0b5ad72ecd.tar.gz liveslak-0b6e1b45e1540541a085e8752bd8cc0b5ad72ecd.tar.xz |
Do not add CACert certificates for now; website is offline
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index cfb13fc..7efc55f 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -216,7 +216,7 @@ KAPPEND_PLASMA5="threadirqs" KAPPEND_STUDIOWARE="threadirqs" # Add CACert root certificates yes/no? -ADD_CACERT=${ADD_CACERT:-"YES"} +ADD_CACERT=${ADD_CACERT:-"NO"} # Default language selection for the Live OS; this can be changed with the # coomandline switch "-l": |