mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
remove sudo for alpine
This commit is contained in:
@@ -45,19 +45,19 @@ The Infisical CLI provides a way to inject environment variables from the platfo
|
||||
<Tab title="Alpine">
|
||||
Install prerequisite
|
||||
```bash
|
||||
sudo apk add --no-cache bash sudo
|
||||
apk add --no-cache bash sudo
|
||||
```
|
||||
|
||||
Add Infisical repository
|
||||
```bash
|
||||
curl -1sLf \
|
||||
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.alpine.sh' \
|
||||
| sudo -E bash
|
||||
| bash
|
||||
```
|
||||
|
||||
Then install CLI
|
||||
```bash
|
||||
sudo apk update && sudo apk add infisical
|
||||
apk update && sudo apk add infisical
|
||||
```
|
||||
|
||||
</Tab>
|
||||
|
||||
Reference in New Issue
Block a user