Commit Graph

10 Commits

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.
2020-01-30 23:28:08 -06:00
Sandro Jäckel 18d96c1ab8
Remove useless checks, formatting 2019-06-24 12:21:11 +02:00
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.
2018-07-14 19:16:55 -04:00
Geoffrey McClinsey 6a71b6f185 fix what shellcheck will find 2017-12-28 01:29:50 -05:00
Shmueli Englard 0149f4be82 the extra ; and [] caused parsing issues 2017-03-29 12:52:59 -04:00
Shmueli Englard 9467b1ea5a defining functions with the keyword is not supported in all shells 2017-03-29 12:52:08 -04:00
pik e5a675d762 Add -l|--lite option to install which includes new syntax files with lower precedence 2017-02-21 09:34:41 -03:00
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.
2016-12-10 10:50:00 +01:00
divinity76 711ff1fce7 clean up the files left in /tmp 2016-10-14 01:06:30 +02:00
Alex Taber b627b455ae Added automatic installer 2015-12-14 22:02:50 -05:00