Fixed config pull script

This commit is contained in:
Emmet
2025-01-07 14:35:06 -06:00
parent 9f8378b586
commit c10f209a8b

View File

@ -7,7 +7,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
# Relax permissions temporarily so git can work # Relax permissions temporarily so git can work
sudo $SCRIPT_DIR/scripts/soften.sh $SCRIPT_DIR; sudo $SCRIPT_DIR/soften.sh $SCRIPT_DIR;
# Stash local edits, pull changes, and re-apply local edits # Stash local edits, pull changes, and re-apply local edits
pushd $SCRIPT_DIR/.. &> /dev/null; pushd $SCRIPT_DIR/.. &> /dev/null;