From d9c0180637e642e5b95ab1ba1e8ff8974c3e48c7 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Thu, 17 Jan 2019 21:41:41 -0500 Subject: [PATCH] update docs --- README.md | 2 +- bin/install-dotfiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 221db2d..dd19f69 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## Linux Bionic/Tara distributions - sudo apt-get install git python3 ansible ansible-lint && curl -sL https://raw.githubusercontent.com/penguincoder/dotfiles/master/bin/install-dotfiles.sh | bash && ansible-playbook -i localdev-inventory.yaml linux-bionic-playbook.yaml + sudo apt-get install git python3 ansible ansible-lint && curl -sL https://git.penguincoder.org/penguincoder/dotfiles/raw/branch/master/bin/install-dotfiles.sh | bash && ansible-playbook -i localdev-inventory.yaml linux-bionic-playbook.yaml diff --git a/bin/install-dotfiles.sh b/bin/install-dotfiles.sh index 65b7982..c02c7f5 100755 --- a/bin/install-dotfiles.sh +++ b/bin/install-dotfiles.sh @@ -1,6 +1,6 @@ #!/bin/sh #Initialization script sourced from Atlassian: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/ -git clone --bare git@git.penguincoder.org:2222:penguincoder/dotfiles.git +git clone --bare git@git.penguincoder.org:2222/penguincoder/dotfiles.git function config { /usr/bin/git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME $@ }