updated project URL

This commit is contained in:
Bozhidar Batsov 2012-04-17 20:23:53 +03:00
parent 0eb9904e3d
commit 8a2dc4b256
2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
PRELUDE_INSTALL_DIR="$HOME/.emacs.d"
PRELUDE_URL=git://github.com/bbatsov/emacs-prelude.git
PRELUDE_URL=https://github.com/bbatsov/prelude.git
echo -n "Checking to see if git is installed... "
hash git 2>&- || { echo >&2 "not found. Aborting installation!'."; exit 1; }