From 8e33357bfb93f786be81c199b04616de277dc8ee Mon Sep 17 00:00:00 2001 From: PiroHiroPiro Date: Fri, 9 Apr 2021 21:18:41 +0900 Subject: [PATCH] changed branch name from master to main --- README.md | 2 +- install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b29d531..1237be4 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ dotfiles for WSL2 ## Setup ```shell -$ curl -sSL https://raw.githubusercontent.com/PiroHiroPiro/dotfiles_for_wsl2/master/install.sh | bash +$ curl -sSL https://raw.githubusercontent.com/PiroHiroPiro/dotfiles_for_wsl2/main/install.sh | bash ``` diff --git a/install.sh b/install.sh index 18532ce..66788d7 100644 --- a/install.sh +++ b/install.sh @@ -137,9 +137,9 @@ echo "##### download dotfiles #####" install_if_not_exist curl install_if_not_exist tar -curl -sSL "https://github.com/PiroHiroPiro/dotfiles_for_wsl2/archive/master.tar.gz" | tar -zxv +curl -sSL "https://github.com/PiroHiroPiro/dotfiles_for_wsl2/archive/main.tar.gz" | tar -zxv # 解凍したら,DOTPATH に置く -mv -f dotfiles_for_wsl2-master $DOTPATH +mv -f dotfiles_for_wsl2-main $DOTPATH cd "${DOTPATH}"