mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
fix dev null erroring
This commit is contained in:
parent
4ccc4cb44e
commit
028eb33aaa
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
|
@ -18,7 +18,7 @@ config () {
|
|||
install_bare_dotfiles () {
|
||||
git clone --bare https://github.com/joshuadavidthomas/dotfiles.git ${INSTALL_DIR}
|
||||
mkdir -p .config-backup
|
||||
config checkout > /dev/null 2>&1 || true
|
||||
config checkout 2>&1
|
||||
if [ $? = 0 ]; then
|
||||
echo "Checked out config.";
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue