From 69279a2e7cfddafd63fb5f2da48779cbb10b60b8 Mon Sep 17 00:00:00 2001 From: dev-satoshi Date: Fri, 16 May 2025 23:46:11 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ``` From 5712e484c3c58d1a6ecc1e9af69943791fc4c45c Mon Sep 17 00:00:00 2001 From: dev-satoshi Date: Fri, 16 May 2025 23:46:39 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=97?= =?UTF-8?q?=E3=83=88=E3=81=AE=E7=99=BB=E9=8C=B2=E5=BF=98=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/update/update.sh | 1 + 1 file changed, 1 insertion(+) 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」のアップデートが完了しました"