X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/96684402c0c81050cce812c9ec60548850967f26..b5d724dd1f16eb36a3b88de6892c26543f10f1ca:/setup diff --git a/setup b/setup index 3a3d673..1d30774 100755 --- a/setup +++ b/setup @@ -7,7 +7,7 @@ umask 002 sub= mkdir -p $HOME$sub -: ${REPO=http://guvnor.distorted.org.uk/ftp/pub/mdw/profile} +: ${REPO=http://ftp.distorted.org.uk/ftp/pub/mdw/profile} export PATH=/usr/local/bin:$HOME$sub/bin:/usr/bin:/usr/ccs/bin:/bin @@ -205,7 +205,7 @@ fi echo "Installing Emacs packages..." emacspkg=" make-regexp - git vc-git + git git-blame vc-git stgit quilt" for elib in $emacspkg; do $echon " $elib:$echoc"