solo-io / bumblebee

Get eBPF programs running from the cloud to the kernel in 1 line of bash
Apache License 2.0
1.26k stars 78 forks source link

shopt not found when running install script #82

Closed trmiller closed 2 years ago

trmiller commented 2 years ago

Version

any

Linux Version

No response

Describe the bug

The second line of the install file uses shopt, and when running this as a script per the README - getting the error sh: 4: shopt: not found

Steps to reproduce the bug

curl -sL https://run.solo.io/bee/install | sh

Expected Behavior

Installs correctly

Additional Context

It works properly by executing through bash instead ( not taking credit for this, whoever was in the Open Source Summit called this out, I'm just writing it down )

curl -sL https://run.solo.io/bee/install | bash

lgadban commented 2 years ago

thanks for raising this, looks like we just broke this today via https://github.com/solo-io/bumblebee/pull/81