about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-19 01:21:48 +0100
committerJames Booth <boothj5@gmail.com>2012-08-19 01:21:48 +0100
commita371898a5c9d07a1e4b0a1dd41ca43e72ee49aba (patch)
treecb10a9227254621efbce58abf3759c11f80789a7
parentbabde925fc0e3ac4b172f84a8de0959859c58ce8 (diff)
parent5b0673b3504464c2075f7fb2a5d5eab9c324093a (diff)
downloadprofani-tty-a371898a5c9d07a1e4b0a1dd41ca43e72ee49aba.tar.gz
Merge branch 'master' of github.com:boothj5/profanity
-rw-r--r--README.md7
-rwxr-xr-xinstall-all.sh6
2 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index e90fa577..8027bc3b 100644
--- a/README.md
+++ b/README.md
@@ -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:
 
     /help
+
+Links
+-----
+
+Homepage: http://www.boothj5.com/profanity.shtml
+
+Mailing List: https://groups.google.com/forum/#!forum/profanitydev
\ No newline at end of file
diff --git a/install-all.sh b/install-all.sh
index 16a9d2ee..110a4228 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -90,6 +90,12 @@ if [ $? -eq 0 ]; then
     DIST=fedora
 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
 if [ $? -eq 0 ]; then
     DIST=ubuntu