The script:
* Installs nano and makes it accessible from msysGit
-* Installs sqlite3 and makes it accessible from msysGit
+* Installs SQLite and makes it accessible from msysGit
* Creates ~/nano.rc with links to syntax highlighting configs
* Provides standard nosetests behavior for msysGit
* Add R's bin directory to the path (if we can find it)
def install_sqlite(install_directory):
- """Download and install the sqlite3 shell"""
+ """Download and install the SQLite shell"""
zip_install(
url='https://sqlite.org/2014/sqlite-shell-win32-x86-3080403.zip',
sha1='1a8ab0ca9f4c51afeffeb49bd301e1d7f64741bb',