Help with linux install

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Help with linux install

Post by JMD »

wormdrive wrote:I'm having the same errors.

Would you mind showing where the EOL was removed in the .sh? I can't find where to remove it from - or should I [find] to remove?
google about dos2unix
wormdrive
Posts: 7
Joined: Sat Nov 02, 2013 8:08 pm

Re: Help with linux install

Post by wormdrive »

l2@ks4004210:/www/tools# dos2unix -k database_installer.sh
dos2unix: converting file database_installer.sh to Unix format ...
l2@ks4004210:/www/tools# sudo chmod -x database_installer.sh
l2@ks4004210:/www/tools# sudo ./database_installer.sh
sudo: ./database_installer.sh: command not found

Still receive the error.
wormdrive
Posts: 7
Joined: Sat Nov 02, 2013 8:08 pm

Re: Help with linux install

Post by wormdrive »

Turn out that I was using

-x

instead of

+x

seems to be working now.
Pretender
Posts: 1
Joined: Wed Nov 27, 2013 9:58 am

Re: Help with linux install

Post by Pretender »

simply run command:

Code: Select all

dos2unix filename
Post Reply