diff options
author | jbjjbjjbj <julianteule@gmail.com> | 2017-01-24 21:21:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-24 21:21:53 +0100 |
commit | 54339ae99f40c7754ae5a73d83738987a169fcab (patch) | |
tree | 4a4c944459116586514e5b173426563473ee2ed5 | |
parent | 1c9ffe38ff9a1a3cfc843e873899a29ef92af07a (diff) |
Update setUpeveryThing
-rw-r--r-- | Scripts/setUpeveryThing | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Scripts/setUpeveryThing b/Scripts/setUpeveryThing index 708ba8f..d490f04 100644 --- a/Scripts/setUpeveryThing +++ b/Scripts/setUpeveryThing @@ -23,10 +23,9 @@ git clone --bare https://bitbucket.org/durdn/cfg.git $HOME/.cfg alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' mkdir -p .config-backup config checkout -if [ $? = 0 ]; then - echo "Please fix git errors" - read -p "Press enter to continue" -fi; +echo "Please fix git errors" +read -p "Press enter to continue" + config checkout config config status.showUntrackedFiles no |