Commit Graph

11 Commits

Author SHA1 Message Date
Ben Fox-Moore
df6e049de6 Add warning messages and error out if wget/curl available when needed. 2015-07-28 12:08:10 +02:00
Dan Kaplun
6d676b4219 Replaces npm install -g slap with npm install -g slap@latest which mitigates possibility of npm using local path $PWD/slap instead of remote package slap 2015-05-15 12:02:24 -04:00
Dan Kaplun
dc7c2f47c0 Replaces errcho alias with function 2015-05-11 21:32:50 -04:00
Dan Kaplun
691fc4c70a Improves install.sh 2015-05-11 21:19:50 -04:00
Peter Maatman
04b5c11ef6 Fix quotes and string emptyness 2015-05-10 20:30:24 +02:00
Peter Maatman
b96f8daf6d Properly test all conditions
Made a mistake by assuming -z would check if the string contained true, that is fixed. Also put some parentheses around the variables just to be sure they are checked correctly.
2015-05-10 19:37:18 +02:00
Peter Maatman
4441dd9ebd Use Python 2 on Arch to rebuild native extensions
The default version of python on Arch is Python 3. Node-gyp can't work with Python 3.
2015-05-10 14:50:43 +02:00
Peter Maatman
03cabe9f5c Arch doesn't include npm in the nodejs package
Arch linux has removed npm from the nodejs package:

> Notice: npm is not shipped with nodejs since 0.12.2-4
2015-05-10 14:01:31 +02:00
Dan Kaplun
b1511adda9 Installs git along with node if it's not installed 2014-12-31 17:13:12 -06:00
Dan Kaplun
1801353bb0 Update install.sh 2014-12-31 14:25:25 -06:00
Dan Kaplun
e6ccc9cdce Creates install.sh 2014-12-31 14:12:55 -06:00