Skip to content

Commit

Permalink
install: README: Fix text for VERSION and REMOTE parameters
Browse files Browse the repository at this point in the history
The parameter should be on the bash executable call and not in the current env

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Dec 8, 2022
1 parent ffa3bca commit 5bed65a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ To use a different remote or version, you can se the following environment varia
Remember that to do that, you need to set the environment variables as root:
```sh
sudo su
export VERSION=example-version
export REMOTE=https://raw.githubusercontent.com/patrickelectric/blueos-docker
# You can also change the install URL to use a different source for the install script
curl -fsSL https://raw.githubusercontent.com/patrickelectric/blueos-docker/example-version/install/install.sh | bash
# You can also change the install URL to use a different source for files
curl -fsSL https://raw.githubusercontent.com/patrickelectric/blueos-docker/example-version/install/install.sh | export REMOTE=https://raw.githubusercontent.com/patrickelectric/blueos-docker export VERSION=example-version bash
```

0 comments on commit 5bed65a

Please sign in to comment.