FYI a temporary solution for now is that I can replace the eqlaunch section in your start.sh file and (albeit hacky) everything works for now. Maybe we'll get the official installer back available soon.
#if test -f "./bin/eqlaunch"; then
# ./bin/eqlaunch zone &
#fi
if test -f "./bin/zone"; then
./bin/zone &
./bin/zone &
./bin/zone &
./bin/zone &
./bin/zone &
./bin/zone &
./bin/zone &
./bin/zone &
./bin/zone &
./bin/zone &
fi
|