Describe the bug
A clear and concise description of what the bug is.
Using curl -L https://func-e.io/install.sh | sudo bash -s -- -b /usr/local/bin results in envoy not getting installed.
Using the debug flag shows the follow error:
# ./install.sh -d
tetratelabs/func-e info checking GitHub for latest tag
tetratelabs/func-e debug http_download https://github.com/tetratelabs/func-e/releases/latest
tetratelabs/func-e info found version: 1.3.0 for v1.3.0/linux/amd64
tetratelabs/func-e debug downloading files into /tmp/tmp.pDcpnUlKtZ
tetratelabs/func-e debug http_download https://github.com/tetratelabs/func-e/releases/download/v1.3.0/func-e_1.3.0_linux_amd64.tar.gz
tetratelabs/func-e debug http_download_curl received HTTP status 404
To Reproduce
Steps to reproduce the behavior:
- Run the fun-c install command:
curl -L https://func-e.io/install.sh | sudo bash -s -- -b /usr/local/bin
and envoy does not get installed.
- Attempting to run the command again with debug returns a 404 error.
Expected behavior
Envoy gets installed correctly.
Environment (please complete the relevant information):
- OS: AmazonLinux 2023
- Envoy Version: 1.34.x
Additional context
Looking at the release page in github, there is only the source code under assets, until the other releases that have been created. Looking at the Actions tab, it appears they did not complete correctly.
Describe the bug
A clear and concise description of what the bug is.
Using
curl -L https://func-e.io/install.sh | sudo bash -s -- -b /usr/local/binresults in envoy not getting installed.Using the debug flag shows the follow error:
To Reproduce
Steps to reproduce the behavior:
curl -L https://func-e.io/install.sh | sudo bash -s -- -b /usr/local/binand envoy does not get installed.
Expected behavior
Envoy gets installed correctly.
Environment (please complete the relevant information):
Additional context
Looking at the release page in github, there is only the source code under assets, until the other releases that have been created. Looking at the Actions tab, it appears they did not complete correctly.