Guest unknown Report post Posted December 15, 2019 on the download page it says i type sh el_linux_installer_195.sh to run the installer but if i type that it says cant open sh el_linux_installer_195.sh how do i install it Quote Share this post Link to post Share on other sites
revi Report post Posted December 15, 2019 (edited) Try typing "sh ./el_linux_installer_195.sh", and make sure that your working directory is where the el_linux_installer_195.sh file is stored. But if the error message really is "cant open sh el_linux_installer_195.sh" (note the first 'sh') you have a problem... Edited December 15, 2019 by revi Quote Share this post Link to post Share on other sites
Guest unknown Report post Posted December 15, 2019 what is this diectory thing Quote Share this post Link to post Share on other sites
bluap Report post Posted December 15, 2019 Which Linux version / distro are you using? Quote Share this post Link to post Share on other sites
bluap Report post Posted December 15, 2019 If you are running Ubuntu or one of the flavours, then EL is in the software store. Just search for Eternal Lands. Quote Share this post Link to post Share on other sites
Nogrod Report post Posted December 16, 2019 Make sure executable bit is set: chmod u+x ./el_linux_installer_195.sh Then run it: ./el_linux_installer_195.sh Quote Share this post Link to post Share on other sites