mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
|
||
|
Run 'kiss help firefox' for setup
|
||
|
information and general troubleshooting.
|
||
|
|
||
|
Also available here:
|
||
|
|
||
|
https://kisslinux.org/wiki/pkg/firefox
|
||
|
|
||
|
EOF
|