From: Guillaume Pellerin Date: Wed, 23 Dec 2009 23:55:06 +0000 (+0000) Subject: last before tagging X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=99713ed94ec1adbdfdf88eca48a8ea6fb56b6e48;p=deefuzzer.git last before tagging --- diff --git a/README b/README index a846e13..54e5d63 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ Here are the main features of the DeeFuzzer Tools: * Auto Twitter posting of the current playing tracks * Jingling between main tracks * OSC controller : control the main functions from a distant terminal - * Station relay : stream other stations like *LIVE* sessions ! + * Station relaying : stream other stations like *LIVE* sessions ! * Very light and optimized streaming process It is neccessary to provide a config file which sets all needed parameters diff --git a/install.py b/install.py index ad90102..c005902 100644 --- a/install.py +++ b/install.py @@ -39,6 +39,7 @@ # ONLY FOR LINUX / UNIX import os, sys +import platform if len(sys.argv) == 1: install_dir = '/usr/share/deefuzzer/'