Skip to content

Commit b9b3393

Browse files
committed
add: update.shに登録
1 parent 15a419a commit b9b3393

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/update/update.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ set -euo pipefail
33

44
echo "「dotfiles」のアップデートを開始しました"
55

6-
INSTALL_DIR="$HOME/dotfiles"
6+
UPDATE_DIR="$HOME/dotfiles"
77

8-
sh "$INSTALL_DIR/scripts/update/asdf_update.sh"
8+
sh "$UPDATE_DIR/scripts/update/asdf_update.sh"
9+
sh "$UPDATE_DIR/scripts/update/vscode_update.sh"
910

1011
echo "「dotfiles」のアップデートが完了しました"

0 commit comments

Comments
 (0)