commit aa3db583513d4734f60d54de821822f085247972 Author: David Fifield david@bamsoftware.com Date: Tue Jul 30 14:54:57 2013 -0700
Debian testing doesn't have nodejs, only unstable. --- modules/nodejs/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/nodejs/README b/modules/nodejs/README index f23f7b6..57d0ddf 100644 --- a/modules/nodejs/README +++ b/modules/nodejs/README @@ -4,7 +4,7 @@ Traditionally, flash proxies have run in the browser. However, it may be desirable to run them as background daemons. This directory contains a main.js file which wraps the regular flashproxy.js and runs headlessly from node.js.
-To install the requirements (known to be in Debian testing and Ubuntu universe), +To install the requirements (in Ubuntu universe),
> apt-get install git nodejs npm