Commit Graph

10 Commits (master)

Author SHA1 Message Date
Justin P ae1e602188
Update to install.sh
When you would run `install.sh -h` or with `--help` flag, it would print those two `echo` lines, but it'd continue on its merry way, installing everything still! A `help` flag is not supposed to do that! So I added an `exit 0` to the help flag.
4 years ago
Sandro Jäckel 18d96c1ab8
Remove useless checks, formatting 5 years ago
Cody 94a94a84a2
Check for unzip
It's too late to find out unzip isn't installed after already downloading the zip. Let's add a quick check to catch this error at the get-go.
6 years ago
Geoffrey McClinsey 6a71b6f185 fix what shellcheck will find 6 years ago
Shmueli Englard 0149f4be82 the extra ; and [] caused parsing issues 7 years ago
Shmueli Englard 9467b1ea5a defining functions with the keyword is not supported in all shells 7 years ago
pik e5a675d762 Add -l|--lite option to install which includes new syntax files with lower precedence 7 years ago
Xavier Gouchet 940b6a866f
Update the install script
This fixes the scopatz/nanorc#130 issue by preventing the install script
to sort the ~/.nanorc config file, and only add includes if they're not
already present.
8 years ago
divinity76 711ff1fce7 clean up the files left in /tmp 8 years ago
Alex Taber b627b455ae Added automatic installer 9 years ago