mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 11:10:08 -07:00
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
NOTE: If using encryption you must now install
|
||
|
the 'kiss-encryption' package from the
|
||
|
Community repository.
|
||
|
|
||
|
SEE: https://k1ss.org/news/20200511a
|
||
|
EOF
|