diff --git a/README.md b/README.md index 1235b8d..0add13a 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ## Installation ``` -$ curl -sL https://github.com/dev-satoshi/dotfiles/install.sh | sh +$ curl -sL https://raw.githubusercontent.com/dev-satoshi/dotfiles/main/install.sh | sh ``` ## Update ``` -$ curl -sL https://github.com/dev-satoshi/dotfiles/update.sh | sh +$ curl -sL https://raw.githubusercontent.com/dev-satoshi/dotfiles/main/update.sh | sh ``` diff --git a/scripts/update/update.sh b/scripts/update/update.sh index 1829732..4a1ac07 100644 --- a/scripts/update/update.sh +++ b/scripts/update/update.sh @@ -6,6 +6,7 @@ echo "「dotfiles」のアップデートを開始しました" UPDATE_DIR="$HOME/dotfiles" sh "$UPDATE_DIR/scripts/update/asdf_update.sh" +sh "$UPDATE_DIR/scripts/update/homebrew_update.sh" sh "$UPDATE_DIR/scripts/update/vscode_update.sh" echo "「dotfiles」のアップデートが完了しました"