You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improving support for other platforms (nixos) (#311)
* Allow for other paths to ifconfig
ifconfig might not always be in the same place (eg. on nixos). This way, `env ifconfig x` will point to `ifconfig x`.
* Forcing env bash to run genssl
This might cause issues on other platforms, since this change does not seem to be scoped to a `uname` check, as previous changes were. Please test.
0 commit comments