Disregard old upstream on windows
This commit is contained in:
parent
9508326263
commit
6906ee4ffa
@ -6,15 +6,6 @@ export EWCONFIG_ROOT=$(dirname $(readlink -f $0))
|
|||||||
echo "Syncing git submodules..."
|
echo "Syncing git submodules..."
|
||||||
git submodule update --init --recursive
|
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
|
# Make sure scripts are all executable
|
||||||
chmod +x $EWCONFIG_ROOT/scripts/*
|
chmod +x $EWCONFIG_ROOT/scripts/*
|
||||||
chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*
|
chmod +x $EWCONFIG_ROOT/configs/nautilus/scripts/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user