The newest version of OpenSSL changed the output of openssl md5, which breaks the install script. This is a problem at least for MacPorts installs, though I could see it breaking newer Linux distros as well.
A possible solution is described on g.d.o.
Comments
Comment #1
Anonymous (not verified) commentedAEGIR_DB_PASS=echo $RANDOM:\date`:$AEGIR_HOST | openssl md5 | sed -e 's/(stdin)= //;'`This does not seem to break new installs of Debian systems or the latest Ubuntu (neither of which have this openssl change).
Committed.