10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
NOTE: If using encryption you must now install
|
||
|
the 'kiss-encryption' package from the
|
||
|
Community repository.
|
||
|
|
||
|
SEE: https://k1sslinux.org/news/20200511a
|
||
|
EOF
|