Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Update: rtxインストールのためのcurlでコケるので待ちを増やす
Browse files Browse the repository at this point in the history
  • Loading branch information
yasunori0418 committed Sep 6, 2023
1 parent ed522f3 commit c7f390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ init: ## Initialize my favorite environment container.
@docker compose up -d
@sleep 5
@docker compose exec did git clone https://github.com/yasunori0418/dotfiles.git
@sleep 5
@sleep 8
@docker compose exec -w /root/dotfiles did make init
@docker compose exec did zsh -c 'rtx install --yes'
@make zsh
Expand Down

0 comments on commit c7f390d

Please sign in to comment.