andrewd18 / df-lnp-installer

An installation script for the Dwarf Fortress Lazy Newb Pack, for Linux.
Other
93 stars 35 forks source link

cannot stat `./lnp.yaml': No such file or directory #49

Closed ValentinPearce closed 10 years ago

ValentinPearce commented 10 years ago

These are the two last lines I get after an installation attempt:

install: cannot stat `./lnp.yaml': No such file or directory

df-lnp-installer.sh: Copying LNP Yaml file failed. Exiting.

andrewd18 commented 10 years ago

You seem to be missing the lnp.yaml file that is part of the repository. I suggest you re-download the latest tag or checkout the repository, then try again.

Alternately, you are not running the df-lnp-installer script from the directory it is placed in. Please cd to that directory before running it.

ValentinPearce commented 10 years ago

I had to cd in the directory. Thank you very much