From cf90df1081c67c455982cf4a8d17e66696094caf Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 9 Dec 2025 12:54:35 -0800 Subject: [PATCH] Check to make sure I run this in correct place. --- install-all.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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