View Single Post
  #4  
Old 08-12-2021, 08:02 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

I usually compile my own, but I just tested that linux install script on my debian host. It put the binaries in /home/eqemu/server_build/bin/ , not the /home/eqemu/server/bin/ so I assume one has to copy them over to the /home/eqemu/server/bin/ for the start/stop scripts to find them.

EDIT: By the way, I used that install from the gitbook wiki:
Code:
curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh && chmod 755 install.sh && sudo ./install.sh
https://eqemu.gitbook.io/server/cate...allation-linux
__________________
Hanging out at Antonica.World
Reply With Quote