Skip to content

Commit

Permalink
Pass environment through to install script with empty VM_DEV
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Mar 6, 2024
1 parent dabe463 commit eccb17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you missed it in the "Provision a Server" page, we recommend you use Ubuntu 2
```bash
(
cd agent
sudo ./install.sh
sudo -E ./install.sh
)
```
Expand Down

0 comments on commit eccb17f

Please sign in to comment.