autolab / autolab-oneclick

Apache License 2.0
6 stars 17 forks source link

OS X install.sh flags #1

Closed rmzr7 closed 8 years ago

rmzr7 commented 8 years ago

when i type ./install.sh -l [00:42:33]

i get the following error on OS X local base64: invalid option -- d Usage: base64 [-hvD] [-b num] [-i in_file] [-o out_file] -h, --help display this message -D, --decode decodes input -b, --break break encoded string into num character lines -i, --input input file (default: "-" for stdin) -o, --output output file (default: "-" for stdout)

rmzr7 commented 8 years ago

@nayak16 @coradoxrm

rmzr7 commented 8 years ago

It appears on Linux base64 -d is what is used to decode, but on OS X you need base64 -D

rmzr7 commented 8 years ago

Resolved with 14e4f12