Skip to content

Commit

Permalink
add files
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Nov 29, 2016
1 parent a1915a8 commit 66bef08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions local-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function init() {
function intall_basic_tools() {
if [ ! -d ~/git/work-anywhere/ ]; then
exe_cmd "cd ~/git"
exe_cmd "git clone git@github.com:liaohuqiu/work-anywhere.git"
exe_cmd "git clone https://github.com/liaohuqiu/work-anywhere.git"
exe_cmd "cd ~/git/work-anywhere/"
exe_cmd "sh tools/update-bash-profile.sh"
exe_cmd "sh tools/update-git-config.sh"
Expand All @@ -35,7 +35,7 @@ function intall_basic_tools() {
exe_cmd "sudo yum install ctags -y"
if [ ! -d ~/git/vim_anywhere/ ]; then
exe_cmd "cd ~/git"
exe_cmd "git clone git@github.com:liaohuqiu/vim_anywhere.git"
exe_cmd "git clone https://github.com/liaohuqiu/vim_anywhere.git"
exe_cmd "cd ~/git/vim_anywhere/"
exe_cmd "sh setup.sh"
fi
Expand Down
2 changes: 1 addition & 1 deletion server-init/init-as-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exe_cmd "ensure_dir ~/git"
path=~/git/centos-setup/

if [ ! -d $path ]; then
exe_cmd "git clone git@github.com:liaohuqiu/centos-setup.git $path"
exe_cmd "git clone https://github.com/liaohuqiu/centos-setup.git $path"
fi

exe_cmd "cd $path"
Expand Down

0 comments on commit 66bef08

Please sign in to comment.