Skip to content

Commit

Permalink
fix(docs): compliance POSIX for exec on alpine-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed May 6, 2024
1 parent 054cdc2 commit 1718bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ quindi prima aggiorna lo script scaricando
https://raw.githubusercontent.com/ouitoulia/diagraphe/10.2.x/scripts/utility__upgrade_dev_env.sh ,
poi eseguilo. Se vuoi fare tutto con un solo comando esegui:
```shell
bash <(curl -s -H "Cache-Control: no-cache" "https://raw.githubusercontent.com/ouitoulia/diagraphe/10.2.x/scripts/utility__upgrade_dev_env.sh")
sh <(curl -s -H "Cache-Control: no-cache" "https://raw.githubusercontent.com/ouitoulia/diagraphe/10.2.x/scripts/utility__upgrade_dev_env.sh")
```

## License
Expand Down

0 comments on commit 1718bb6

Please sign in to comment.