View Single Post
  #12  
Old 10-12-2025, 09:36 PM
rubysoul
Fire Beetle
 
Join Date: Jul 2015
Posts: 23
Default

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
Reply With Quote