diff --git a/install-all.sh b/install-all.sh index c76c293..f07d4cd 100755 --- a/install-all.sh +++ b/install-all.sh @@ -1,4 +1,10 @@ -#!/bin/sh +#!/bin/bash + +git config --get remote.origin.url|fgrep -q bkuhn/config.git +if [ $? -ne 0 ]; then + echo "Run this in the actual directory where the Git checkout of the config is" + exit 1 +fi # Conkeror is a deprecated program #/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc