mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fixed config pull script
This commit is contained in:
parent
9f8378b586
commit
c10f209a8b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
# 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
|
||||
pushd $SCRIPT_DIR/.. &> /dev/null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue