Update .local/share/chezmoi/home/dot_local/bin/executable_provision, .local/bin/provision

This commit is contained in:
Brian Zalewski 2022-11-30 09:35:14 +00:00
parent cda476dabc
commit 4ab910d19e
2 changed files with 4 additions and 0 deletions

View file

@ -167,6 +167,8 @@ if [ -d /usr/local/src/hiawatha ] && [ ! -w /usr/local/src/hiawatha ]; then
fi
if [ -d /usr/local/src/hiawatha/.git ]; then
git config pull.rebase false
git reset --hard HEAD
git clean -fxd
git pull origin master
else
rm -rf /usr/local/src/hiawatha

View file

@ -167,6 +167,8 @@ if [ -d /usr/local/src/hiawatha ] && [ ! -w /usr/local/src/hiawatha ]; then
fi
if [ -d /usr/local/src/hiawatha/.git ]; then
git config pull.rebase false
git reset --hard HEAD
git clean -fxd
git pull origin master
else
rm -rf /usr/local/src/hiawatha