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 )
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