mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 12:56:21 +00:00
Merge branch 'master' of github.com:boothj5/profanity
This commit is contained in:
@@ -103,3 +103,10 @@ Commands in profanity all start with `/`.
|
|||||||
To get a list of possible commands, and find out how to navigate around try:
|
To get a list of possible commands, and find out how to navigate around try:
|
||||||
|
|
||||||
/help
|
/help
|
||||||
|
|
||||||
|
Links
|
||||||
|
-----
|
||||||
|
|
||||||
|
Homepage: http://www.boothj5.com/profanity.shtml
|
||||||
|
|
||||||
|
Mailing List: https://groups.google.com/forum/#!forum/profanitydev
|
||||||
@@ -90,6 +90,12 @@ if [ $? -eq 0 ]; then
|
|||||||
DIST=fedora
|
DIST=fedora
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# quick hack check for Fedora 16
|
||||||
|
uname -a | grep --ignore-case fc16
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
DIST=fedora
|
||||||
|
fi
|
||||||
|
|
||||||
uname -a | grep --ignore-case ubuntu
|
uname -a | grep --ignore-case ubuntu
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
DIST=ubuntu
|
DIST=ubuntu
|
||||||
|
|||||||
Reference in New Issue
Block a user