commit e526fb0b36f749e9ab4bcc17bbd78f814c34c96b parent c498b84ad5cca69d1be943d2f6a6e08ab17d327c Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 26 Mar 2019 13:53:53 +0100 Fix recursion error during install Diffstat:
M | README.md | | | 9 | ++++----- |
R | init/install.sh -> init/install | | | 0 |
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -9,11 +9,10 @@ Afterwards, log out and log back in. The `dotfiles` command will now be available as a substitute for the `git` command, and is used to manage all version-control commands on the files. -The `init/install.sh` script launches all scripts from the `init/` directory, -and automatically skips the ones that aren't applicable to the host system. -This includes installation of a package manager ([Homebrew](https://brew.sh) -for macOS) and package installation via `pacman` or `apt` in the case of -GNU/Linux. +The `init/install` script launches all scripts from the `init/` directory, and +automatically skips the ones that aren't applicable to the host system. This +includes installation of a package manager ([Homebrew](https://brew.sh) for +macOS) and package installation via `pacman` or `apt` in the case of GNU/Linux. ## Author Written by Anders Damsgaard. Licensed under GPL v. 3+. diff --git a/init/install.sh b/init/install