Skip to content

Commit

Permalink
add: #7 curl のインストールを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 22, 2024
1 parent 177fa66 commit b65017d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ubuntu_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ! command -v zsh &> /dev/null; then
case $answer in
[Yy]* )
sudo apt-get update || exit 1
sudo apt-get install -y zsh || exit 1
sudo apt-get install -y zsh curl || exit 1
break;;
[Nn]* )
echo "zsh installation skipped."
Expand Down

0 comments on commit b65017d

Please sign in to comment.