From 6906ee4ffadf8bddf46536c7ff44ce07e3afcbc1 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 2 Apr 2024 14:16:40 -0400 Subject: [PATCH] Disregard old upstream on windows --- install-windows.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install-windows.sh b/install-windows.sh index a835325..22e9bb0 100644 --- a/install-windows.sh +++ b/install-windows.sh @@ -6,15 +6,6 @@ export EWCONFIG_ROOT=$(dirname $(readlink -f $0)) echo "Syncing git submodules..." git submodule update --init --recursive -# Make sure that the `ewp` upstream exists -if ! git remote | grep -q ewp; then - echo "Adding secondary git remote" - git remote add ewp git://git.ewpratten.com/ewconfig - git remote set-url --push ewp ssh://ewpratten@git.ewpratten.com:/srv/git/ewconfig - echo "Remotes are:" - git remote -v -fi - # Make sure scripts are all executable chmod +x $EWCONFIG_ROOT/scripts/* chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*