Skip to content

Commit

Permalink
Fix: bash from sh
Browse files Browse the repository at this point in the history
Trocado o comando sh para bash,pois o anterior possuía erro de permissão durante a execução
  • Loading branch information
ErickRock authored Sep 15, 2023
1 parent 7884990 commit 28c583d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Com todo o ambiente instalado e configurado, você já pode abrir o Windows Term
## Execute o script de instalação do ZSH 🖥️

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ErickRock/oh-my-zsh-on-windows-terminal/main/zsh-install.sh)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ErickRock/oh-my-zsh-on-windows-terminal/main/zsh-install.sh)"
```

![Executando o Script ZSH Install](/.github/zshinstall.png)
Expand All @@ -120,7 +120,7 @@ Ao reiniciar, escolha a opção 2 e pressione Enter. Feche o terminal novamente
## Execute o script de instalação do ZSH Tools + Pluguins 🛠️

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ErickRock/oh-my-zsh-on-windows-terminal/main/tools-zsh-install.sh)" -y
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ErickRock/oh-my-zsh-on-windows-terminal/main/tools-zsh-install.sh)" -y
```

![Executando o Script ZSH Tools](/.github/zshtools.png)
Expand Down

0 comments on commit 28c583d

Please sign in to comment.